NBA game alert

Chrome extension for NBA fans to be notified of their favorite teams and scores!

Что такое NBA game alert?

NBA game alert - это расширение Chrome, разработанное https://raysblog.netlify.app, и его основная функция - "Chrome extension for NBA fans to be notified of their favorite teams and scores!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения NBA game alert

Скачайте файлы расширений NBA game alert в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        See any the scores and game of the day with only one click ! 

You can also customize your scoreboard with your favourite teams in options!                    

Основная информация о расширении

Название NBA game alert NBA game alert
ID eenjjidegjlphgaapdolmhdhoongphmf
Официальный URL https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf
Описание Chrome extension for NBA fans to be notified of their favorite teams and scores!
Размер файла 29.77 KB
Количество установок 120
Текущая Версия 4.0.0
Последнее Обновление 2021-12-20
Дата публикации 2019-10-24
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://raysblog.netlify.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.raymonddeng.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA game alert",
    "version": "4.0.0",
    "description": "Chrome extension for NBA fans to be notified of their favorite teams and scores!",
    "permissions": [
        "declarativeContent",
        "storage",
        "http:\/\/data.nba.net\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}