ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
Vad är ActiveLearn Exploit?
ActiveLearn Exploit är en Chrome-tillägg utvecklad av bensamuels222, och dess huvudfunktion är "Solve ActiveLearn questions via chrome extension.".
Tilläggsskärmbilder
Ladda ner ActiveLearn Exploit-förlängningens CRX-fil
Ladda ner ActiveLearn Exploit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
## 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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | njpnjejilhdckfcnngifjnjegnaloejc |
Officiell webbadress | https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc |
Beskrivning | Solve ActiveLearn questions via chrome extension. |
Filstorlek | 141 KB |
Antal Installationer | 803 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2019-03-03 |
Publiceringsdatum | 2019-02-26 |
Betyg | 3.30/5 Totalt 10 Betyg |
Utvecklare | bensamuels222 |
Betalningssätt | free |
Stödda Språk | 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 } |