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 |
官方網址 | 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'" } |