ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
Co to jest ActiveLearn Exploit?
ActiveLearn Exploit to rozszerzenie Chrome opracowane przez bensamuels222, a jego główną funkcją jest „Solve ActiveLearn questions via chrome extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ActiveLearn Exploit
Pobierz pliki rozszerzeń ActiveLearn Exploit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
## 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.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | njpnjejilhdckfcnngifjnjegnaloejc |
Oficjalny URL | https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc |
Opis | Solve ActiveLearn questions via chrome extension. |
Rozmiar pliku | 141 KB |
Liczba instalacji | 803 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2019-03-03 |
Data Publikacji | 2019-02-26 |
Ocena | 3.30/5 Łącznie 10 Oceny |
Deweloper | bensamuels222 |
Typ Płatności | free |
Obsługiwane Języki | 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 } |