Auto Type
Automatically Type On typing.com and nitrotype.com
Auto Type란 무엇입니까?
Auto Type은(는) raphaelfacredyn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically Type On typing.com and nitrotype.com"입니다.
확장 프로그램 스크린샷
Auto Type 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WARNING: A lot of people are reporting getting banned on Nitro Type, I am working on a fix. This extension automatically types on typing.com and nitrotype.com with a given speed. This extension is in no way affiliated with typing.com or its respective company. This extension is in no way affiliated with nitrotype.com or its respective company. If you have issues please contact me on hangouts or by email at [email protected] Feel free to contribute here: https://github.com/raphaelfacredyn/Auto-Type
확장 프로그램 기본 정보
이름 | Auto Type |
ID | kkekihlmohleodoonemhehnegliknelm |
공식 URL | https://chromewebstore.google.com/detail/auto-type/kkekihlmohleodoonemhehnegliknelm |
설명 | Automatically Type On typing.com and nitrotype.com |
파일 크기 | 313 KB |
설치 횟수 | 39,547 |
현재 버전 | 0.12 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 2.30/5 총 476 개의 평점 |
개발자 | raphaelfacredyn |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Type", "description": "Automatically Type On typing.com and nitrotype.com", "version": "0.12", "content_scripts": [ { "matches": [ "https:\/\/www.typing.com\/student\/*", "https:\/\/www.nitrotype.com\/race", "https:\/\/www.nitrotype.com\/race\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "jquery-2.2.4.min.js", "bootstrap-tooltip.js", "script.js" ], "browser_action": { "default_icon": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png", "512": "icon\/icon.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png", "512": "icon\/icon.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |