ActiveLearn Exploit

Solve ActiveLearn questions via chrome extension.

O que é ActiveLearn Exploit?

ActiveLearn Exploit é uma extensão do Chrome desenvolvida por bensamuels222, e sua principal característica é "Solve ActiveLearn questions via chrome extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ActiveLearn Exploit

Baixe arquivos de extensão ActiveLearn Exploit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ## 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.                    

Informações Básicas da Extensão

Nome ActiveLearn Exploit ActiveLearn Exploit
ID njpnjejilhdckfcnngifjnjegnaloejc
URL Oficial https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc
Descrição Solve ActiveLearn questions via chrome extension.
Tamanho do Arquivo 141 KB
Contagem de Instalações 803
Versão Atual 2.0
Última Atualização 2019-03-03
Data de Publicação 2019-02-26
Classificação 3.30/5 Total de 10 Avaliações
Desenvolvedor bensamuels222
Tipo de Pagamento free
Idiomas Suportados 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
}