Type Racer Champion

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

Co to jest Type Racer Champion?

Type Racer Champion to rozszerzenie Chrome opracowane przez osureing, a jego główną funkcją jest „This extension will get you to the top of the type racer leader boards at typeracer.com. ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Type Racer Champion

Pobierz pliki rozszerzeń Type Racer Champion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Type Racer Champion Type Racer Champion
ID ijjmaeaifaaoiinpjdhhhelhaamefhcb
Oficjalny URL https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb
Opis This extension will get you to the top of the type racer leader boards at typeracer.com.
Rozmiar pliku 600 KB
Liczba instalacji 1,864
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2013-10-01
Data Publikacji 2013-10-01
Ocena 2.14/5 Łącznie 7 Oceny
Deweloper osureing
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}