Type Racer Champion

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

Wat is Type Racer Champion?

Type Racer Champion is een Chrome-extensie ontwikkeld door osureing, en de belangrijkste functie is "This extension will get you to the top of the type racer leader boards at typeracer.com. ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Type Racer Champion

Download Type Racer Champion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Type Racer Champion Type Racer Champion
ID ijjmaeaifaaoiinpjdhhhelhaamefhcb
Officiële URL https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb
Beschrijving This extension will get you to the top of the type racer leader boards at typeracer.com.
Bestandsgrootte 600 KB
Aantal Installaties 1,864
Huidige Versie 1.0.0
Laatst Bijgewerkt 2013-10-01
Publicatiedatum 2013-10-01
Beoordeling 2.14/5 Totaal 7 Beoordelingen
Ontwikkelaar osureing
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}