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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily access info from the Nitro Type stats page on the race page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nitro Type stats on race page viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}