Typeracer Companion
Adds various helpful features and tweaks to Typeracer
Typeracer Companionとは何ですか?
Typeracer Companionはfourshadeによって開発されたChromeの拡張機能で、その主な機能は「Adds various helpful features and tweaks to Typeracer」です。
拡張機能のスクリーンショット
Typeracer Companion拡張機能のCRXファイルをダウンロード
Typeracer Companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds various functionalities to Typeracer.com. This extension:
- Hides most of the ads that appear around the page border
- Allows you to automatically enter races without clicking "Race Again"
- When you click "Try Again" on a quote, highlights all the mistakes you made last time so you know where you need practice
- Stops the space bar and backspace key from messing up races (by scrolling or navigating back)
- Adds a menu to access various "universes" (different versions of the site with special rules) 拡張機能の基本情報
| 名前 | |
| ID | dkhchjimdjpficalmccanldcnlhmopcc |
| 公式URL | https://chromewebstore.google.com/detail/typeracer-companion/dkhchjimdjpficalmccanldcnlhmopcc |
| 説明 | Adds various helpful features and tweaks to Typeracer |
| ファイルサイズ | 68.25 KB |
| インストール数 | 552 |
| 現在のバージョン | 0.1.3 |
| 最終更新日 | 2017-10-01 |
| 公開日 | 2017-09-30 |
| 評価 | 4.29/5 合計 7 レビュー |
| 開発者 | fourshade |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Adds various helpful features and tweaks to Typeracer",
"manifest_version": 2,
"name": "Typeracer Companion",
"author": "fourshade",
"version": "0.1.3",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/play.typeracer.com\/*"
],
"js": [
"jquery-3.2.1.min.js",
"autorace.js",
"disablekeys.js",
"hideads.js",
"leaderboard.js",
"mistakes.js",
"storage.js",
"universes.js",
"main.js"
]
}
]
} | |