ActiveLearn Exploit

Solve ActiveLearn questions via chrome extension.

Qu'est-ce que ActiveLearn Exploit ?

ActiveLearn Exploit est une extension Chrome développée par bensamuels222, et sa fonction principale est "Solve ActiveLearn questions via chrome extension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ActiveLearn Exploit

Téléchargez les fichiers d'extension ActiveLearn Exploit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ActiveLearn Exploit ActiveLearn Exploit
ID njpnjejilhdckfcnngifjnjegnaloejc
URL Officiel https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc
Description Solve ActiveLearn questions via chrome extension.
Taille du Fichier 141 KB
Nombre d'Installations 803
Version Actuelle 2.0
Dernière Mise à Jour 2019-03-03
Date de Publication 2019-02-26
Évaluation 3.30/5 Total 10 Évaluations
Développeur bensamuels222
Type de Paiement free
Langues Prises en Charge 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
}