Nitro Type stats on race page viewer

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

Apa itu Nitro Type stats on race page viewer?

Nitro Type stats on race page viewer adalah ekstensi Chrome yang dikembangkan oleh Ginfio, dan fitur utamanya adalah "Easily access info from the Nitro Type stats page on the race page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nitro Type stats on race page viewer

Unduh file ekstensi Nitro Type stats on race page viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
URL Resmi https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
Deskripsi Easily access info from the Nitro Type stats page on the race page
Ukuran File 16.07 KB
Jumlah Instalasi 1,472
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-11-18
Tanggal Publikasi 2021-11-04
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Ginfio
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}