QTMHack

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

Apa itu QTMHack?

QTMHack adalah ekstensi Chrome yang dikembangkan oleh John Jelatis, dan fitur utamanya adalah "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi QTMHack

Unduh file ekstensi QTMHack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama QTMHack QTMHack
ID hdnbkdgkacokppmmcgbmljaoljkbnell
URL Resmi https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell
Deskripsi Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
Ukuran File 3.41 KB
Jumlah Instalasi 4,000
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2018-04-12
Tanggal Publikasi 2018-04-12
Penilaian 3.10/5 Total 21 Penilaian
Pengembang John Jelatis
Tipe Pembayaran free
Situs Ekstensi http://ipg1101.github.io
Bahasa yang Didukung 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"
}