Typeracer Companion

Adds various helpful features and tweaks to Typeracer

Was ist Typeracer Companion?

Typeracer Companion ist eine Chrome-Erweiterung, die von fourshade entwickelt wurde, und ihr Hauptmerkmal ist "Adds various helpful features and tweaks to Typeracer".

Erweiterungsscreenshots

screenshot
screenshot

Typeracer Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Typeracer Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Typeracer Companion Typeracer Companion
ID dkhchjimdjpficalmccanldcnlhmopcc
Offizielle URL https://chromewebstore.google.com/detail/typeracer-companion/dkhchjimdjpficalmccanldcnlhmopcc
Beschreibung Adds various helpful features and tweaks to Typeracer
Dateigröße 68.25 KB
Installationsanzahl 552
Aktuelle Version 0.1.3
Letztes Update 2017-10-01
Veröffentlichungsdatum 2017-09-30
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler fourshade
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}