AutoTyper

This extension automatically types on nitrotype.com.

什麼是AutoTyper?

AutoTyper是由Ryan's Team開發的Chrome擴展程式,該擴展的主要功能是“This extension automatically types on nitrotype.com.”。

擴展截圖

screenshot

下載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 AutoTyper
ID opnknikopecmeofkhnclnodmlboapepn
官方網址 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"
        }
    ]
}