ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
Что такое ActiveLearn Exploit?
ActiveLearn Exploit - это расширение Chrome, разработанное bensamuels222, и его основная функция - "Solve ActiveLearn questions via chrome extension.".
Снимки экрана расширения
Скачать файл CRX расширения ActiveLearn Exploit
Скачайте файлы расширений ActiveLearn Exploit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
## 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.
Основная информация о расширении
Название | ![]() |
ID | njpnjejilhdckfcnngifjnjegnaloejc |
Официальный URL | https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc |
Описание | Solve ActiveLearn questions via chrome extension. |
Размер файла | 141 KB |
Количество установок | 803 |
Текущая Версия | 2.0 |
Последнее Обновление | 2019-03-03 |
Дата публикации | 2019-02-26 |
Рейтинг | 3.30/5 Всего 10 оценок |
Разработчик | bensamuels222 |
Тип оплаты | free |
Поддерживаемые языки | 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 } |