ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
Wat is ActiveLearn Exploit?
ActiveLearn Exploit is een Chrome-extensie ontwikkeld door bensamuels222, en de belangrijkste functie is "Solve ActiveLearn questions via chrome extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie ActiveLearn Exploit
Download ActiveLearn Exploit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
## 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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | njpnjejilhdckfcnngifjnjegnaloejc |
Officiële URL | https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc |
Beschrijving | Solve ActiveLearn questions via chrome extension. |
Bestandsgrootte | 141 KB |
Aantal Installaties | 803 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-03-03 |
Publicatiedatum | 2019-02-26 |
Beoordeling | 3.30/5 Totaal 10 Beoordelingen |
Ontwikkelaar | bensamuels222 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |