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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}