ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
ActiveLearn Exploit là gì?
ActiveLearn Exploit là một tiện ích mở rộng Chrome được phát triển bởi bensamuels222, và tính năng chính của nó là "Solve ActiveLearn questions via chrome extension.".
Ả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 ActiveLearn Exploit
Tải xuống các tệp mở rộng ActiveLearn Exploit 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
## Description This is a chrome extension that exploits the Pearson ActiveLearn maths application through an extremely simple exploit of changing the label of the 'Check Answers' button to 'Show Answers' and then checking the shown, correct answers. --- ## Usage - Go to an ActiveLearn task - Click the purple target icon in the top right --- ## Disclaimer - For educational and testing purposes. I am not responsible for any misuse of this extension. - This extension is not owned nor endorsed by Pearson ActiveLearn. - This extension is only designed to be used on your own tasks as a revision aid and is not intended to harm learning in any way.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | njpnjejilhdckfcnngifjnjegnaloejc |
URL Chính Thức | https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc |
Mô tả | Solve ActiveLearn questions via chrome extension. |
Kích Thước Tệp | 141 KB |
Số Lần Cài Đặt | 803 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2019-03-03 |
Ngày Phát Hành | 2019-02-26 |
Đánh Giá | 3.30/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | bensamuels222 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActiveLearn Exploit", "description": "Solve ActiveLearn questions via chrome extension.", "version": "2.0", "permissions": [ "activeTab", "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage" ], "browser_action": { "default_title": "Run Exploit", "default_icon": "icon.png", "default_popup": "html\/popup.html" }, "manifest_version": 2 } |