QTMHack

Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)

Vad är QTMHack?

QTMHack är en Chrome-tillägg utvecklad av John Jelatis, och dess huvudfunktion är "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner QTMHack-förlängningens CRX-fil

Ladda ner QTMHack-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

                        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]                    

Grundläggande Information om Tillägg

Namn QTMHack QTMHack
ID hdnbkdgkacokppmmcgbmljaoljkbnell
Officiell webbadress https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell
Beskrivning Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
Filstorlek 3.41 KB
Antal Installationer 4,000
Aktuell Version 0.1.0
Senast Uppdaterad 2018-04-12
Publiceringsdatum 2018-04-12
Betyg 3.10/5 Totalt 21 Betyg
Utvecklare John Jelatis
Betalningssätt free
Tilläggswebbplats http://ipg1101.github.io
Stödda Språk 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"
}