Nitro Type stats on race page viewer

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

Cos'è Nitro Type stats on race page viewer?

Nitro Type stats on race page viewer è un'estensione di Chrome sviluppata da Ginfio, e la sua funzione principale è "Easily access info from the Nitro Type stats page on the race page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nitro Type stats on race page viewer

Scarica i file di estensione Nitro Type stats on race page viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
URL Ufficiale https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
Descrizione Easily access info from the Nitro Type stats page on the race page
Dimensione del File 16.07 KB
Conteggio Installazioni 1,472
Versione Corrente 1.2
Ultimo Aggiornamento 2021-11-18
Data di Pubblicazione 2021-11-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Ginfio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}