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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}