QTMHack
Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
QTMHack क्या है?
QTMHack John Jelatis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QTMHack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quizlet "test mode" hack! This hack will show you the answers in the "test mode" section, and therefore you can always get 100%! Currently, this software is in beta, so you cannot use it in anything but the "Written questions" mode, but this will be added in 0.2.0. Features coming soon: - Support for other quizlet test mode features (Matching, multiple choice, true/false) - Support for other quizlet site features (Match, write, space, etc) - More! Suggest anything you'd like to see added - My email: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | QTMHack |
ID | hdnbkdgkacokppmmcgbmljaoljkbnell |
आधिकारिक URL | https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell |
विवरण | Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported) |
फ़ाइल का आकार | 3.41 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2018-04-12 |
प्रकाशन तिथि | 2018-04-12 |
रेटिंग | 3.10/5 कुल 21 रेटिंग्स |
डेवलपर | John Jelatis |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ipg1101.github.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": [], "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/*\/test" ], "js": [ "testmode.js" ] } ], "name": "QTMHack", "description": "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)", "version": "0.1.0" } |