Quizlet Hacker
Automatically completes every quizlet activity!
Vad är Quizlet Hacker?
Quizlet Hacker är en Chrome-tillägg utvecklad av Llama Dev, och dess huvudfunktion är "Automatically completes every quizlet activity!".
Tilläggsskärmbilder
Ladda ner Quizlet Hacker-förlängningens CRX-fil
Ladda ner Quizlet Hacker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Quizlet Hacker |
ID | kbhbhldnmkajohcalhnbnngfomeejejn |
Officiell webbadress | https://chromewebstore.google.com/detail/quizlet-hacker/kbhbhldnmkajohcalhnbnngfomeejejn |
Beskrivning | Automatically completes every quizlet activity! |
Filstorlek | 12.83 KB |
Antal Installationer | 6,000 |
Aktuell Version | 3.2 |
Senast Uppdaterad | 2024-02-27 |
Publiceringsdatum | 2023-03-23 |
Betyg | 4.67/5 Totalt 9 Betyg |
Utvecklare | Llama Dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |