Autolingo
Automatically completes Duolingo lessons so you don't have to!
Autolingo란 무엇입니까?
Autolingo은(는) kris.brethower에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically completes Duolingo lessons so you don't have to!"입니다.
확장 프로그램 스크린샷
Autolingo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Why learn a language when Autolingo can learn it for you! 🔥 This extension adds a button to the top-right of every lesson. If you click this button, it will fully complete the lesson for you. If you are in the middle of the lesson, you can open the extension and click "Solve & Skip" to complete the current question or "Solve" to just solve it but stay on the question so you can see the answer. Hotkeys: CTRL+ENTER for "Solve & Skip" ALT+ENTER for "Solve" ALT+S for "Skip without solving" This is likely to break if Duolingo updates their website, so please let me know if it's not working so I can fix it!
확장 프로그램 기본 정보
이름 | |
ID | jppnahnlneednhaefhbfgpamgbecpfdd |
공식 URL | https://chrome.google.com/webstore/detail/autolingo/jppnahnlneednhaefhbfgpamgbecpfdd |
설명 | Automatically completes Duolingo lessons so you don't have to! |
파일 크기 | 197 KB |
설치 횟수 | 10,000 |
현재 버전 | 2022.03.18 |
최근 업데이트 | 2022-03-18 |
출시 날짜 | 2020-10-16 |
평점 | 4.43/5 총 103 개의 평점 |
개발자 | kris.brethower |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autolingo", "version": "2022.03.18", "manifest_version": 3, "description": "Automatically completes Duolingo lessons so you don't have to!", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/autolingo\/jppnahnlneednhaefhbfgpamgbecpfdd", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.duolingo.com\/*" ], "js": [ "content_scripts\/init.js" ], "all_frames": true } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "60": "images\/icon-60.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "action": { "default_title": "Autolingo", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ " |