AutoTyper
This extension automatically types on nitrotype.com.
什么是AutoTyper?
AutoTyper是由Ryan's Team开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically types on nitrotype.com.”。
扩展截图
下载AutoTyper扩展crx文件
下载AutoTyper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The NitroTypeX is a powerful Chrome extension designed to enhance your experience on nitrotype.com, the ultimate typing game. It's perfect to increase the race performance. Key Features: Automated Typing: Boost your typing speed and accuracy effortlessly with the NitroTypeX. It automatically types the words for you, enabling you to focus solely on strategy and timing. Customizable Speed: Tailor the typing speed to your preference. Whether you're a beginner or a seasoned typer, the extension allows you to adjust the typing speed to match your skill. If you have issues please contact me by email at [email protected]
扩展基本信息
名称 | AutoTyper |
ID | opnknikopecmeofkhnclnodmlboapepn |
官方URL | https://chromewebstore.google.com/detail/autotyper/opnknikopecmeofkhnclnodmlboapepn |
简介 | This extension automatically types on nitrotype.com. |
文件大小 | 149 KB |
安装次数 | 3,000 |
当前版本 | 1.2.7 |
更新时间 | 2023-09-28 |
上架时间 | 2023-08-08 |
评分 | 3.08/5 共25次评分 |
开发者 | Ryan's Team |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AutoTyper", "description": "This extension automatically types on nitrotype.com.", "version": "1.2.7", "icons": { "16": "assets\/icons\/favicon-16x16.png", "32": "assets\/icons\/favicon-32x32.png", "48": "assets\/icons\/favicon-32x32.png", "128": "assets\/icons\/favicon-32x32.png" }, "permissions": [ "storage" ], "content_scripts": [ { "id": "auto-typing", "matches": [ "https:\/\/*.nitrotype.com\/garage" ], "exclude_matches": [ "*:\/\/*\/race" ], "js": [ "AutoTyping.js" ], "run_at": "document_end" }, { "id": "active-session", "matches": [ "https:\/\/*.nitrotype.com\/*" ], "js": [ "ActiveSession.js" ], "run_at": "document_end" } ] } |