Type Racer Champion
This extension will get you to the top of the type racer leader boards at typeracer.com.
Co je Type Racer Champion?
Type Racer Champion je rozšíření Chrome vyvinuté osureing, a jeho hlavní funkcí je „This extension will get you to the top of the type racer leader boards at typeracer.com. “.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Type Racer Champion
Stáhněte si soubory rozšíření Type Racer Champion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ijjmaeaifaaoiinpjdhhhelhaamefhcb |
Oficiální URL | https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb |
Popis | This extension will get you to the top of the type racer leader boards at typeracer.com. |
Velikost souboru | 600 KB |
Počet instalací | 1,864 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2013-10-01 |
Datum Vydání | 2013-10-01 |
Hodnocení | 2.14/5 Celkem 7 Hodnocení |
Vývojář | osureing |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |