Type Racer Champion
This extension will get you to the top of the type racer leader boards at typeracer.com.
什么是Type Racer Champion?
Type Racer Champion是由osureing开发的Chrome扩展程序,该扩展的主要功能是“This extension will get you to the top of the type racer leader boards at typeracer.com. ”。
扩展截图
下载Type Racer Champion扩展crx文件
下载Type Racer Champion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ijjmaeaifaaoiinpjdhhhelhaamefhcb |
官方URL | https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb |
简介 | This extension will get you to the top of the type racer leader boards at typeracer.com. |
文件大小 | 600 KB |
安装次数 | 1,864 |
当前版本 | 1.0.0 |
更新时间 | 2013-10-01 |
上架时间 | 2013-10-01 |
评分 | 2.14/5 共7次评分 |
开发者 | osureing |
付费类型 | free |
支持的语言 | 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" ] } ] } |