Hockey Scores Viewer

This extension allows you to view what games are going on in a new tab

Что такое Hockey Scores Viewer?

Hockey Scores Viewer - это расширение Chrome, разработанное mvais, и его основная функция - "This extension allows you to view what games are going on in a new tab".

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

screenshot

Скачать файл CRX расширения Hockey Scores Viewer

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

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

                        Hockey Scores quickly allow people to find out what games are being played and see the scores of those games. No longer do you have to navigate to a website or check your phone to see the scores of all the games that are going on.                    

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

Название Hockey Scores Viewer Hockey Scores Viewer
ID ibjgdiomocakahljoligidkkijepblkb
Официальный URL https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb
Описание This extension allows you to view what games are going on in a new tab
Размер файла 146 KB
Количество установок 37
Текущая Версия 1.3
Последнее Обновление 2017-12-31
Дата публикации 2017-12-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик mvais
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hockey Scores Viewer",
    "description": "This extension allows you to view what games are going on in a new tab",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.nhle.com\/*"
    ],
    "browser_action": {
        "default_icon": "src\/assets\/logo_48.png"
    },
    "icons": {
        "48": "src\/assets\/logo_48.png",
        "128": "src\/assets\/logo_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
}