QTMHack

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

QTMHackคืออะไร?

QTMHack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Jelatis และคุณลักษณะหลักของมันคือ "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QTMHack

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}