ActiveLearn Exploit

Solve ActiveLearn questions via chrome extension.

ما هو ActiveLearn Exploit؟

ActiveLearn Exploit هو إضافة Chrome تم تطويرها بواسطة bensamuels222، والميزة الرئيسية لها هي "Solve ActiveLearn questions via chrome extension.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ActiveLearn Exploit

قم بتنزيل ملفات الامتداد ActiveLearn Exploit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ## 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
عنوان URL الرسمي 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
}