Type Racer Champion
This extension will get you to the top of the type racer leader boards at typeracer.com.
O que é Type Racer Champion?
Type Racer Champion é uma extensão do Chrome desenvolvida por osureing, e sua principal característica é "This extension will get you to the top of the type racer leader boards at typeracer.com. ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Type Racer Champion
Baixe arquivos de extensão Type Racer Champion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ijjmaeaifaaoiinpjdhhhelhaamefhcb |
URL Oficial | https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb |
Descrição | This extension will get you to the top of the type racer leader boards at typeracer.com. |
Tamanho do Arquivo | 600 KB |
Contagem de Instalações | 1,864 |
Versão Atual | 1.0.0 |
Última Atualização | 2013-10-01 |
Data de Publicação | 2013-10-01 |
Classificação | 2.14/5 Total de 7 Avaliações |
Desenvolvedor | osureing |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |