Type Racer Champion

This extension will get you to the top of the type racer leader boards at typeracer.com.

Τι είναι το Type Racer Champion;

Το Type Racer Champion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον osureing, και η κύρια λειτουργία του είναι "This extension will get you to the top of the type racer leader boards at typeracer.com. ".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Type Racer Champion

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

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

                        This extension will get you to the top of the type racer leader boards at typeracer.com. Simply press CTRL+Shift+1 at the start of your race. Then rapidly hit SPACEBAR to type each word. To pass verification press CTRL+SHIFT+2 when the test begins and allow your microphone to turn on. Simply read the text then to type it out.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Type Racer Champion Type Racer Champion
ID ijjmaeaifaaoiinpjdhhhelhaamefhcb
Επίσημο URL https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb
Περιγραφή This extension will get you to the top of the type racer leader boards at typeracer.com.
Μέγεθος Αρχείου 600 KB
Αριθμός Εγκαταστάσεων 1,864
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2013-10-01
Ημερομηνία Δημοσίευσης 2013-10-01
Αξιολόγηση 2.14/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής osureing
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type Racer Champion",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This extension will get you to the top of the type racer leader boards at typeracer.com. ",
    "homepage_url": "https:\/\/github.com\/dreing1130\/TypeRacerChampion",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/play.typeracer.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/play.typeracer.com\/*"
            ],
            "js": [
                "src\/inject\/keypress.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}