ActiveLearn Exploit

Solve ActiveLearn questions via chrome extension.

Was ist ActiveLearn Exploit?

ActiveLearn Exploit ist eine Chrome-Erweiterung, die von bensamuels222 entwickelt wurde, und ihr Hauptmerkmal ist "Solve ActiveLearn questions via chrome extension.".

Erweiterungsscreenshots

screenshot

ActiveLearn Exploit-Erweiterungs-CRX-Datei herunterladen

Laden Sie ActiveLearn Exploit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ActiveLearn Exploit ActiveLearn Exploit
ID njpnjejilhdckfcnngifjnjegnaloejc
Offizielle URL https://chrome.google.com/webstore/detail/activelearn-exploit/njpnjejilhdckfcnngifjnjegnaloejc
Beschreibung Solve ActiveLearn questions via chrome extension.
Dateigröße 141 KB
Installationsanzahl 803
Aktuelle Version 2.0
Letztes Update 2019-03-03
Veröffentlichungsdatum 2019-02-26
Bewertung 3.30/5 Insgesamt 10 Bewertungen
Entwickler bensamuels222
Zahlungsart free
Unterstützte Sprachen 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
}