ActiveLearn Exploit

Solve ActiveLearn questions via chrome extension.

什麼是ActiveLearn Exploit?

ActiveLearn Exploit是由bensamuels222開發的Chrome擴展程式,該擴展的主要功能是“Solve ActiveLearn questions via chrome extension.”。

擴展截圖

screenshot

下載ActiveLearn Exploit擴展crx文件

下載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.                    

擴展基本資訊

名稱 ActiveLearn Exploit ActiveLearn Exploit
ID njpnjejilhdckfcnngifjnjegnaloejc
官方網址 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
}