Nitro Type stats on race page viewer

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

Wat is Nitro Type stats on race page viewer?

Nitro Type stats on race page viewer is een Chrome-extensie ontwikkeld door Ginfio, en de belangrijkste functie is "Easily access info from the Nitro Type stats page on the race page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nitro Type stats on race page viewer

Download Nitro Type stats on race page viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
Officiële URL https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
Beschrijving Easily access info from the Nitro Type stats page on the race page
Bestandsgrootte 16.07 KB
Aantal Installaties 1,472
Huidige Versie 1.2
Laatst Bijgewerkt 2021-11-18
Publicatiedatum 2021-11-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Ginfio
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}