QTMHack

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

什麼是QTMHack?

QTMHack是由John Jelatis開發的Chrome擴展程式,該擴展的主要功能是“Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)”。

擴展截圖

screenshot
screenshot

下載QTMHack擴展crx文件

下載QTMHack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 QTMHack QTMHack
ID hdnbkdgkacokppmmcgbmljaoljkbnell
官方網址 https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell
簡介 Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
檔案大小 3.41 KB
安裝次數 4,000
目前版本 0.1.0
更新時間 2018-04-12
上架時間 2018-04-12
評分 3.10/5 共 21 次評分
開發者 John Jelatis
付費類型 free
擴展官網 http://ipg1101.github.io
支援的語言 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"
}