QTMHack
Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
Co to jest QTMHack?
QTMHack to rozszerzenie Chrome opracowane przez John Jelatis, a jego główną funkcją jest „Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QTMHack
Pobierz pliki rozszerzeń QTMHack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | QTMHack |
ID | hdnbkdgkacokppmmcgbmljaoljkbnell |
Oficjalny URL | https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell |
Opis | Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported) |
Rozmiar pliku | 3.41 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2018-04-12 |
Data Publikacji | 2018-04-12 |
Ocena | 3.10/5 Łącznie 21 Oceny |
Deweloper | John Jelatis |
Typ Płatności | free |
Strona Rozszerzenia | http://ipg1101.github.io |
Obsługiwane Języki | 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" } |