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
官方網址 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
電子郵箱 [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"
    }
}