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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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"
        }
    ]
}