ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
What is ActiveLearn Exploit?
ActiveLearn Exploit is a Chrome extension developed by bensamuels222, and its main feature is "Solve ActiveLearn questions via chrome extension.".
Extension Screenshots
Download ActiveLearn Exploit Extension CRX File
Download ActiveLearn Exploit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
## 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.
Extension Basic Information
Name | ![]() |
ID | njpnjejilhdckfcnngifjnjegnaloejc |
Official URL | https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc |
Description | Solve ActiveLearn questions via chrome extension. |
File Size | 141 KB |
Installation Count | 803 |
Current Version | 2.0 |
Last Updated | 2019-03-03 |
Publish Date | 2019-02-26 |
Rating | 3.30/5 Total 10 Ratings |
Developer | bensamuels222 |
Payment Type | free |
Supported Languages | 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 } |