QTMHack

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

Was ist QTMHack?

QTMHack ist eine Chrome-Erweiterung, die von John Jelatis entwickelt wurde, und ihr Hauptmerkmal ist "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)".

Erweiterungsscreenshots

screenshot
screenshot

QTMHack-Erweiterungs-CRX-Datei herunterladen

Laden Sie QTMHack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name QTMHack QTMHack
ID hdnbkdgkacokppmmcgbmljaoljkbnell
Offizielle URL https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell
Beschreibung Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
Dateigröße 3.41 KB
Installationsanzahl 4,000
Aktuelle Version 0.1.0
Letztes Update 2018-04-12
Veröffentlichungsdatum 2018-04-12
Bewertung 3.10/5 Insgesamt 21 Bewertungen
Entwickler John Jelatis
Zahlungsart free
Erweiterungswebsite http://ipg1101.github.io
Unterstützte Sprachen 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"
}