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. 」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Type Racer Champion Type Racer Champion
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"
            ]
        }
    ]
}