Nitro Type stats on race page viewer

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

Qu'est-ce que Nitro Type stats on race page viewer ?

Nitro Type stats on race page viewer est une extension Chrome développée par Ginfio, et sa fonction principale est "Easily access info from the Nitro Type stats page on the race page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nitro Type stats on race page viewer

Téléchargez les fichiers d'extension Nitro Type stats on race page viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
URL Officiel https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
Description Easily access info from the Nitro Type stats page on the race page
Taille du Fichier 16.07 KB
Nombre d'Installations 1,472
Version Actuelle 1.2
Dernière Mise à Jour 2021-11-18
Date de Publication 2021-11-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur Ginfio
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}