AutoTyper

This extension automatically types on nitrotype.com.

ما هو AutoTyper؟

AutoTyper هو إضافة Chrome تم تطويرها بواسطة Ryan's Team، والميزة الرئيسية لها هي "This extension automatically types on nitrotype.com.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AutoTyper

قم بتنزيل ملفات الامتداد AutoTyper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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"
        }
    ]
}