Nitro Type stats on race page viewer

Easily access info from the Nitro Type stats page on the race page

Nitro Type stats on race page viewerとは何ですか?

Nitro Type stats on race page viewerはGinfioによって開発されたChromeの拡張機能で、その主な機能は「Easily access info from the Nitro Type stats page on the race page」です。

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

screenshot

Nitro Type stats on race page viewer拡張機能のCRXファイルをダウンロード

Nitro Type stats on race page viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily access the stats (such as session race, average speed, etc) on the race page. -- Requested by Nate Dogg

Click on the extension's icon to select and unselect the items that you don't want to be viewed on the race page. Then click update.                    

拡張機能の基本情報

名前 Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
公式URL https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
説明 Easily access info from the Nitro Type stats page on the race page
ファイルサイズ 16.07 KB
インストール数 1,472
現在のバージョン 1.2
最終更新日 2021-11-18
公開日 2021-11-04
評価 5.00/5 合計 4 レビュー
開発者 Ginfio
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nitro Type stats on race page viewer",
    "description": "Easily access info from the Nitro Type stats page on the race page",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "forstats16.png",
        "48": "forstats48.png",
        "128": "forstats128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nitrotype.com\/*"
            ],
            "js": [
                "content.js",
                "popup.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nitro Type cars cursor"
    }
}