Typeracer Companion

Adds various helpful features and tweaks to Typeracer

Τι είναι το Typeracer Companion;

Το Typeracer Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fourshade, και η κύρια λειτουργία του είναι "Adds various helpful features and tweaks to Typeracer".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Typeracer Companion

Λήψη αρχείων επέκτασης Typeracer Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}