Google Cheats is a browser extension that analyzes Google Forms and automatically generates editable answers using AI.
It extracts form fields and questions from Google Forms pages, reconstructs them, and provides intelligent suggestions powered by Gemini 2.5 Flash, Gemma 3 27B, GPT 5 mini, or Claude Sonnet 3.7.
- Automatic form field detection
- Question reconstruction and analysis
- AI-powered answer generation for Gemini 2.5 Flash, Gemma 3 27B, OpenAI, and Anthropic
- Editable answer suggestions
- Local fallback mode with heuristics
- JSON export functionality
- Persistent data storage
- Custom API configuration
- Support for multiple input types: text, textarea, select, radio, checkbox
- Clone the repository:
git clone https://github.com/TagSteel/GoogleCheats.gitOr download the ZIP manually.
- Load the extension:
- Open your browser
- Go to the extension page in Chrome, Edge, or another Chromium-based browser
- Enable Developer mode
- Click Load unpacked
- Select the extension folder
The extension works in three steps:
- Form detection: it scans Google Forms pages and extracts the questions, required state, available options, helper text, and descriptions.
- Answer generation: it can call the selected provider API or fall back to local heuristic generation when no key is available.
- Storage and export: generated answers remain editable in the popup, are stored locally, and can be exported as JSON.
The extension supports multiple AI providers:
- Gemini 2.5 Flash: Google AI Studio
- Gemma 3 27B: Google AI Studio
- GPT 5 mini: OpenAI
- Claude Sonnet 3.7: Anthropic
To configure an API key:
- Open the extension popup
- Go to Configuration IA
- Select your provider
- Enter your API_KEY
- Click
Save configuration.
Alternatively, create a .env file in the extension directory:
API_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.