Nitro Type stats on race page viewer

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

ما هو Nitro Type stats on race page viewer؟

Nitro Type stats on race page viewer هو إضافة Chrome تم تطويرها بواسطة Ginfio، والميزة الرئيسية لها هي "Easily access info from the Nitro Type stats page on the race page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Nitro Type stats on race page viewer

قم بتنزيل ملفات الامتداد Nitro Type stats on race page viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Nitro Type stats on race page viewer Nitro Type stats on race page viewer
ID blimgkgjfghpffcafichipghelgmkfdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj
الوصف Easily access info from the Nitro Type stats page on the race page
حجم الملف 16.07 KB
عدد التثبيتات 1,472
النسخة الحالية 1.2
آخر تحديث 2021-11-18
تاريخ النشر 2021-11-04
تقييم 5.00/5 مجموع تقييمات 4
المطور Ginfio
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}