Khan Academy Hack
Khan Academy Hack Extension Used To View All Answers!
Khan Academy Hack là gì?
Khan Academy Hack là một tiện ích mở rộng Chrome được phát triển bởi https://phantomgames.dev, và tính năng chính của nó là "Khan Academy Hack Extension Used To View All Answers!".
Ả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 Khan Academy Hack
Tải xuống các tệp mở rộng Khan Academy Hack 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
Introducing the Khan Academy Hack, an extension which shows you the answers to lessons and any type of quiz, its simplistic UI design lets you clearly see the answers to problems without having to actually do the problems and quizzes and waste your time. This extension works by grabbing the answers that are sent from the server and putting them on the awesome interface for you to see! Note: The Khan Academy Hack will not work if you are already in a lesson and you choose to activate it, if you do you must reload the page and activate it then before you get into any lessons or quizzes. If you have any issues feel free to either contact us through email -> ([email protected]) or by discord -> (https://discord.gg/JCzaA5pqUw).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Khan Academy Hack |
ID | hajdfibhjapfjcoihgkfeldfihodjekk |
URL Chính Thức | https://chromewebstore.google.com/detail/khan-academy-hack/hajdfibhjapfjcoihgkfeldfihodjekk |
Mô tả | Khan Academy Hack Extension Used To View All Answers! |
Kích Thước Tệp | 19.64 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2024-01-23 |
Ngày Phát Hành | 2024-01-23 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://phantomgames.dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Khan Academy Hack", "description": "Khan Academy Hack Extension Used To View All Answers!", "version": "1.1", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*.khanacademy.org\/*" ], "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.khanacademy.org\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "content.js", "inject.js" ], "matches": [ "*:\/\/*.khanacademy.org\/*" ], "use_dynamic_url": true } ] } |