ActiveLearn Exploit
Solve ActiveLearn questions via chrome extension.
ActiveLearn Exploit란 무엇입니까?
ActiveLearn Exploit은(는) bensamuels222에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Solve ActiveLearn questions via chrome extension."입니다.
확장 프로그램 스크린샷
ActiveLearn Exploit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | ![]() |
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 } |