QTMHack
Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)
QTMHack là gì?
QTMHack là một tiện ích mở rộng Chrome được phát triển bởi John Jelatis, và tính năng chính của nó là "Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng QTMHack
Tải xuống các tệp mở rộng QTMHack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QTMHack |
ID | hdnbkdgkacokppmmcgbmljaoljkbnell |
URL Chính Thức | https://chromewebstore.google.com/detail/qtmhack/hdnbkdgkacokppmmcgbmljaoljkbnell |
Mô tả | Quizlet 'test mode' hack! Shows the answers, so you can always win! (Beta, currently only the written questions are supported) |
Kích Thước Tệp | 3.41 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2018-04-12 |
Ngày Phát Hành | 2018-04-12 |
Đánh Giá | 3.10/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | John Jelatis |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://ipg1101.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } |