ActiveLearn Exploit

Solve ActiveLearn questions via chrome extension.

Cos'è ActiveLearn Exploit?

ActiveLearn Exploit è un'estensione di Chrome sviluppata da bensamuels222, e la sua funzione principale è "Solve ActiveLearn questions via chrome extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ActiveLearn Exploit

Scarica i file di estensione ActiveLearn Exploit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ActiveLearn Exploit ActiveLearn Exploit
ID njpnjejilhdckfcnngifjnjegnaloejc
URL Ufficiale https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc
Descrizione Solve ActiveLearn questions via chrome extension.
Dimensione del File 141 KB
Conteggio Installazioni 803
Versione Corrente 2.0
Ultimo Aggiornamento 2019-03-03
Data di Pubblicazione 2019-02-26
Valutazione 3.30/5 Totale 10 Valutazioni
Sviluppatore bensamuels222
Tipo di Pagamento free
Lingue Supportate 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
}