Nitro Type stats on race page viewer

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

Co je Nitro Type stats on race page viewer?

Nitro Type stats on race page viewer je rozšíření Chrome vyvinuté Ginfio, a jeho hlavní funkcí je „Easily access info from the Nitro Type stats page on the race page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Nitro Type stats on race page viewer

Stáhněte si soubory rozšíření Nitro Type stats on race page viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
Oficiální URL https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
Popis Easily access info from the Nitro Type stats page on the race page
Velikost souboru 16.07 KB
Počet instalací 1,472
Aktuální Verze 1.2
Poslední Aktualizace 2021-11-18
Datum Vydání 2021-11-04
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Ginfio
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}