Nitro Type stats on race page viewer

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

O que é Nitro Type stats on race page viewer?

Nitro Type stats on race page viewer é uma extensão do Chrome desenvolvida por Ginfio, e sua principal característica é "Easily access info from the Nitro Type stats page on the race page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nitro Type stats on race page viewer

Baixe arquivos de extensão Nitro Type stats on race page viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Easily access info from the Nitro Type stats page on the race page
Tamanho do Arquivo 16.07 KB
Contagem de Instalações 1,472
Versão Atual 1.2
Última Atualização 2021-11-18
Data de Publicação 2021-11-04
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Ginfio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}