Pura 20 mein 20. > An intelligent, stealthy browser extension that automatically analyzes and solves Google Forms using the power of Google's Gemini AI.
- ๐ง Advanced AI Integration: Utilizes the latest Gemini Flash models (
gemini-3.5-flash,gemini-2.5-flash) to accurately answer form questions. - ๐ฅท Stealth Mode Injections: Injects answers as faint, low-opacity "watermarks" on the screen, keeping things discreet.
- โก Silent Auto-Filling: Clicks radio buttons and checkboxes programmatically without triggering obvious browser focus rings (green outlines).
- ๐ Comprehensive Support: Handles
Radiobuttons,Checkboxarrays (multiple correct answers), and shortTextinput fields. - ๐ฑ Cross-Platform: Works seamlessly on Desktop (Chrome, Edge, Firefox Nightly) and Mobile devices (Android via Kiwi Browser or Firefox Nightly).
Because this extension isn't in the official web stores yet, you'll need to install it manually. Choose your platform below:
- Download the extension source code folder (extract the
.zipif it's zipped). - Open Google Chrome and type
chrome://extensions/in the URL bar. - In the top right corner, toggle Developer mode to ON.
- Click the Load unpacked button that appears in the top left.
- Select the extracted folder containing the
manifest.jsonfile. - Done! Pin the extension to your toolbar for easy access.
- Download and extract the extension source code folder.
- Open Microsoft Edge and type
edge://extensions/in the URL bar. - In the left sidebar, turn on Developer mode.
- Click the Load unpacked button.
- Select the extracted folder containing the
manifest.jsonfile. - Done! The extension icon (โฆ) will appear in your toolbar.
Note: Firefox for Android requires the packed .xpi file.
- Download the
Extension.xpifile to your Android device's storage. - Download and Open Firefox Nightly from playstore and tap the three-dot menu (โฎ), then select Settings.
- Scroll down and tap About Firefox Nightly.
- Tap the Firefox logo at the top 5 times in quick succession. A toast notification will say "Debug menu enabled."
- Go back to the main Settings page.
- Scroll down to the Advanced section and tap Install Extension from File.
- Locate and select the
.xpifile from your device. Tap Add to confirm.
- Navigate to any active Google Form (
docs.google.com/forms/...). - Click the โฆ Form Solver icon in your browser toolbar (or from the menu on mobile).
- Click the Auto-Solve Form button in the popup panel.
- Wait a few seconds while the UI says "Analyzing Form...".
- Watch the magic happen! The extension will silently select the correct options, type out text answers, and inject stealth hints for you to review.
- Review the answers and click Submit on the form.
- API Quota: The extension uses a shared Gemini API Key. If you receive an error saying the models are overloaded, simply wait a moment and try again.
- Security: If you intend to share this codebase publicly (like on GitHub), DO NOT leave your personal Google Gemini API key hardcoded in
background.js. Replace it with instructions for users to add their own keys to prevent quota theft. - Disclaimer: This tool is intended for educational, testing, and automation purposes. Please use it responsibly and in accordance with your institution's academic integrity policies.