Quizlet Hacker
Automatically completes every quizlet activity!
What is Quizlet Hacker?
Quizlet Hacker is a Chrome extension developed by Llama Dev, and its main feature is "Automatically completes every quizlet activity!".
Extension Screenshots
Download Quizlet Hacker Extension CRX File
Download Quizlet Hacker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically completes every quizlet activity with minimal user input. Note that for many activities it will copy the correct answer to your clipboard. Simply paste the word! This extension also works for Quizlet Live. Make sure you scan the quizlet terms first before using. Confirm that the extension found the correct number of terms. If not, try loading all terms on the webpage first.
Extension Basic Information
Name | Quizlet Hacker |
ID | kbhbhldnmkajohcalhnbnngfomeejejn |
Official URL | https://chromewebstore.google.com/detail/quizlet-hacker/kbhbhldnmkajohcalhnbnngfomeejejn |
Description | Automatically completes every quizlet activity! |
File Size | 12.83 KB |
Installation Count | 6,000 |
Current Version | 3.2 |
Last Updated | 2024-02-27 |
Publish Date | 2023-03-23 |
Rating | 4.67/5 Total 9 Ratings |
Developer | Llama Dev |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet Hacker", "author": "Llama Dev", "description": "Automatically completes every quizlet activity!", "version": "3.2", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.quizlet.com\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "32": "\/images\/Quizlet_Hacker.png" } }, "icons": { "32": "\/images\/Quizlet_Hacker.png" } } |