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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ginfio และคุณลักษณะหลักของมันคือ "Easily access info from the Nitro Type stats page on the race page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nitro Type stats on race page viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}