Typeracer Companion

Adds various helpful features and tweaks to Typeracer

Co je Typeracer Companion?

Typeracer Companion je rozšíření Chrome vyvinuté fourshade, a jeho hlavní funkcí je „Adds various helpful features and tweaks to Typeracer“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Typeracer Companion

Stáhněte si soubory rozšíření Typeracer Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Typeracer Companion Typeracer Companion
ID dkhchjimdjpficalmccanldcnlhmopcc
Oficiální URL https://chromewebstore.google.com/detail/typeracer-companion/dkhchjimdjpficalmccanldcnlhmopcc
Popis Adds various helpful features and tweaks to Typeracer
Velikost souboru 68.25 KB
Počet instalací 552
Aktuální Verze 0.1.3
Poslední Aktualizace 2017-10-01
Datum Vydání 2017-09-30
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář fourshade
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}