Conjuguemos Automator
Automatically complete Conjuguemos.
Conjuguemos Automator란 무엇입니까?
Conjuguemos Automator은(는) Dilon Chugh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically complete Conjuguemos."입니다.
확장 프로그램 스크린샷
Conjuguemos Automator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just enter the number of questions, and press start. Works for all Spanish verb tenses. (New!) Version 2.0 can save scores automatically. THIS SERVICE IS PROVIDED SOLELY AS A PROOF OF CONCEPT AND IS NOT INTENDED TO ENCOURAGE OR FACILITATE ANY FORM OF ACADEMIC DISHONESTY. ANY ACTIONS TAKEN USING THIS EXTENSION ARE COMPLETELY INDEPENDENT OF THIS SERVICE AND ARE THE SOLE RESPONSIBILITY OF THE USER. THE CREATOR OF THIS SERVICE CANNOT BE HELD LIABLE FOR ANY MISUSE OR CONSEQUENCES ARISING FROM SUCH ACTIONS. Keywords: Conjuguemos autocomplete, Conjuguemos cheat, Conjuguemos hack
확장 프로그램 기본 정보
이름 | Conjuguemos Automator |
ID | pdoakjdcncacenbnodhgcfhmkflghkjn |
공식 URL | https://chromewebstore.google.com/detail/conjuguemos-automator/pdoakjdcncacenbnodhgcfhmkflghkjn |
설명 | Automatically complete Conjuguemos. |
파일 크기 | 248 KB |
설치 횟수 | 427 |
현재 버전 | 2.0 |
최근 업데이트 | 2024-01-24 |
출시 날짜 | 2023-05-08 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Dilon Chugh |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Conjuguemos Automator", "version": "2.0", "description": "Automatically complete Conjuguemos.", "manifest_version": 3, "host_permissions": [ "https:\/\/conjuguemos.com\/verb\/homework\/*" ], "permissions": [ "activeTab" ], "action": { "default_icon": "coqui.png", "default_popup": "popup.html", "default_title": "Conjuguemos Automator" }, "content_scripts": [ { "matches": [ "https:\/\/conjuguemos.com\/verb\/homework\/*" ], "js": [ "contentScript.js" ], "type": "module" } ] } |