ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
ActiveLearn Exploitคืออะไร?
ActiveLearn Exploit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bensamuels222 และคุณลักษณะหลักของมันคือ "Solve ActiveLearn questions via chrome extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ActiveLearn Exploit
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
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 } |