Quizlet Hacker
Automatically completes every quizlet activity!
Quizlet Hacker क्या है?
Quizlet Hacker Llama Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically completes every quizlet activity!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quizlet Hacker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Quizlet Hacker |
ID | kbhbhldnmkajohcalhnbnngfomeejejn |
आधिकारिक URL | https://chromewebstore.google.com/detail/quizlet-hacker/kbhbhldnmkajohcalhnbnngfomeejejn |
विवरण | Automatically completes every quizlet activity! |
फ़ाइल का आकार | 12.83 KB |
स्थापना संख्या | 6,000 |
वर्तमान संस्करण | 3.2 |
अंतिम अपडेट | 2024-02-27 |
प्रकाशन तिथि | 2023-03-23 |
रेटिंग | 4.67/5 कुल 9 रेटिंग्स |
डेवलपर | Llama Dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |