Typeracer Companion

Adds various helpful features and tweaks to Typeracer

Typeracer Companion क्या है?

Typeracer Companion fourshade द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds various helpful features and tweaks to Typeracer"।

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

screenshot
screenshot

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

crx प्रारूप में Typeracer Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Adds various functionalities to Typeracer.com. This extension:

- Hides most of the ads that appear around the page border
- Allows you to automatically enter races without clicking "Race Again"
- When you click "Try Again" on a quote, highlights all the mistakes you made last time so you know where you need practice
- Stops the space bar and backspace key from messing up races (by scrolling or navigating back)
- Adds a menu to access various "universes" (different versions of the site with special rules)                    

एक्सटेंशन की मूल जानकारी

नाम Typeracer Companion Typeracer Companion
ID dkhchjimdjpficalmccanldcnlhmopcc
आधिकारिक URL https://chromewebstore.google.com/detail/typeracer-companion/dkhchjimdjpficalmccanldcnlhmopcc
विवरण Adds various helpful features and tweaks to Typeracer
फ़ाइल का आकार 68.25 KB
स्थापना संख्या 552
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2017-10-01
प्रकाशन तिथि 2017-09-30
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर fourshade
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds various helpful features and tweaks to Typeracer",
    "manifest_version": 2,
    "name": "Typeracer Companion",
    "author": "fourshade",
    "version": "0.1.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.typeracer.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "autorace.js",
                "disablekeys.js",
                "hideads.js",
                "leaderboard.js",
                "mistakes.js",
                "storage.js",
                "universes.js",
                "main.js"
            ]
        }
    ]
}