Type Racer Champion
This extension will get you to the top of the type racer leader boards at typeracer.com.
Was ist Type Racer Champion?
Type Racer Champion ist eine Chrome-Erweiterung, die von osureing entwickelt wurde, und ihr Hauptmerkmal ist "This extension will get you to the top of the type racer leader boards at typeracer.com. ".
Erweiterungsscreenshots
Type Racer Champion-Erweiterungs-CRX-Datei herunterladen
Laden Sie Type Racer Champion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ijjmaeaifaaoiinpjdhhhelhaamefhcb |
Offizielle URL | https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb |
Beschreibung | This extension will get you to the top of the type racer leader boards at typeracer.com. |
Dateigröße | 600 KB |
Installationsanzahl | 1,864 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2013-10-01 |
Veröffentlichungsdatum | 2013-10-01 |
Bewertung | 2.14/5 Insgesamt 7 Bewertungen |
Entwickler | osureing |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |