ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
¿Qué es ActiveLearn Exploit?
ActiveLearn Exploit es una extensión de Chrome desarrollada por bensamuels222, y su función principal es "Solve ActiveLearn questions via chrome extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ActiveLearn Exploit
Descarga archivos de extensión ActiveLearn Exploit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
## 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.
Información Básica de la Extensión
Nombre | ![]() |
ID | njpnjejilhdckfcnngifjnjegnaloejc |
URL Oficial | https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc |
Descripción | Solve ActiveLearn questions via chrome extension. |
Tamaño del Archivo | 141 KB |
Cantidad de Instalaciones | 803 |
Versión Actual | 2.0 |
Última Actualización | 2019-03-03 |
Fecha de Publicación | 2019-02-26 |
Calificación | 3.30/5 Total de 10 Calificaciones |
Desarrollador | bensamuels222 |
Tipo de Pago | free |
Idiomas Soportados | 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 } |