Quizlet Hacker
Automatically completes every quizlet activity!
Co je Quizlet Hacker?
Quizlet Hacker je rozšíření Chrome vyvinuté Llama Dev, a jeho hlavní funkcí je „Automatically completes every quizlet activity!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Quizlet Hacker
Stáhněte si soubory rozšíření Quizlet Hacker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Quizlet Hacker |
ID | kbhbhldnmkajohcalhnbnngfomeejejn |
Oficiální URL | https://chromewebstore.google.com/detail/quizlet-hacker/kbhbhldnmkajohcalhnbnngfomeejejn |
Popis | Automatically completes every quizlet activity! |
Velikost souboru | 12.83 KB |
Počet instalací | 6,000 |
Aktuální Verze | 3.2 |
Poslední Aktualizace | 2024-02-27 |
Datum Vydání | 2023-03-23 |
Hodnocení | 4.67/5 Celkem 9 Hodnocení |
Vývojář | Llama Dev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |