AutoTyper

This extension automatically types on nitrotype.com.

AutoTyper क्या है?

AutoTyper Ryan's Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically types on nitrotype.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AutoTyper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}