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ファイルをダウンロード
Auto Type拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |