Google Cheats is a browser extension that analyzes Google Forms and automatically generates editable answers using AI.
The extension extracts form fields and questions from Google Forms pages, reconstructs them, and provides intelligent suggestions powered by Gemini 2.5 Flash or other AI providers.
- Automatic form field detection
- Question reconstruction and analysis
- AI-powered answer generation (Gemini, OpenAI, Anthropic)
- Editable answer suggestions
- Multiple AI provider support
- Local fallback mode with heuristics
- JSON export functionality
- Persistent data storage
- Custom API configuration
- Support for multiple input types (text, textarea, select, radio, checkbox)
git clone https://github.com/TagSteel/GoogleCheats.gitOr download the ZIP manually.
- Open your browser
- Go to the extension page (Chrome / Edge / Opera / ...)
- Enable Developer mode
- Click Load unpacked
- Select the extension folder
The extension works in three main steps:
The extension scans Google Forms pages and extracts all form fields, including:
- Question text and types
- Required/optional status
- Available options (for select, radio, checkbox)
- Helper text and descriptions
Answers can be generated in two modes:
- API Mode: Uses Gemini 2.5 Flash, OpenAI, or Anthropic API
- Heuristic Mode: Falls back to local rule-based generation if no API key is available
Generated answers include:
- Answer content
- Confidence score
- Reasoning/evidence
Answers are:
- Editable in the popup interface
- Stored locally using
chrome.storage.local - Exportable as JSON format
The extension supports multiple AI providers:
- Gemini (default): Google AI Studio or custom endpoint
- OpenAI: Compatible with OpenAI API
- Anthropic: Claude API support
- Open the extension popup
- Go to Configuration Gemini
- Select your provider
- Enter your API key
- Click Save configuration
Alternatively, create a .env file in the extension directory:
GEMINI_KEY=your_api_key_hereThis project is not affiliated with or endorsed by Google or any AI provider.
This extension was created for experimental purposes only.
Please respect the terms of service of Google Forms and the AI services you use.
Use responsibly: Do not use this tool for academic dishonesty or to violate institutional policies.