Type Racer Champion

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

Qu'est-ce que Type Racer Champion ?

Type Racer Champion est une extension Chrome développée par osureing, et sa fonction principale est "This extension will get you to the top of the type racer leader boards at typeracer.com. ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Type Racer Champion

Téléchargez les fichiers d'extension Type Racer Champion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Type Racer Champion Type Racer Champion
ID ijjmaeaifaaoiinpjdhhhelhaamefhcb
URL Officiel https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb
Description This extension will get you to the top of the type racer leader boards at typeracer.com.
Taille du Fichier 600 KB
Nombre d'Installations 1,864
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-10-01
Date de Publication 2013-10-01
Évaluation 2.14/5 Total 7 Évaluations
Développeur osureing
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}