QTMHack

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

Hvad er QTMHack?

QTMHack er en Chrome-udvidelse udviklet af John Jelatis, og dens hovedfunktion er "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)".

Udvidelsesskærmbilleder

screenshot
screenshot

Download QTMHack-udvidelses-CRX-fil

Download QTMHack-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn QTMHack QTMHack
ID hdnbkdgkacokppmmcgbmljaoljkbnell
Officiel URL https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell
Beskrivelse Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
Filstørrelse 3.41 KB
Antal Installationer 4,000
Nuværende Version 0.1.0
Senest Opdateret 2018-04-12
Udgivelsesdato 2018-04-12
Bedømmelse 3.10/5 Samlet 21 Bedømmelser
Udvikler John Jelatis
Betalingsmetode free
Udvidelseswebsted http://ipg1101.github.io
Understøttede Sprog 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"
}