Nitro Type stats on race page viewer

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

¿Qué es Nitro Type stats on race page viewer?

Nitro Type stats on race page viewer es una extensión de Chrome desarrollada por Ginfio, y su función principal es "Easily access info from the Nitro Type stats page on the race page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Nitro Type stats on race page viewer

Descarga archivos de extensión Nitro Type stats on race page viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
URL Oficial https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
Descripción Easily access info from the Nitro Type stats page on the race page
Tamaño del Archivo 16.07 KB
Cantidad de Instalaciones 1,472
Versión Actual 1.2
Última Actualización 2021-11-18
Fecha de Publicación 2021-11-04
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Ginfio
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}