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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}