BaseBall Scoreboard

Keep track of all of the day’s baseball game scores.

Что такое BaseBall Scoreboard?

BaseBall Scoreboard - это расширение Chrome, разработанное https://stefanxo.com, и его основная функция - "Keep track of all of the day’s baseball game scores.".

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

screenshot

Скачать файл CRX расширения BaseBall Scoreboard

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

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

                        Keep track of all of the day’s baseball games scores.

The BaseBall Scoreboard gives you up-to-the-moment news on all of the day’s games. Check the pitching match-ups, who’s at bat, and who’s on base as they happen on the field.                    

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

Название BaseBall Scoreboard BaseBall Scoreboard
ID agadfdkijldlopjlbegiklkfdbmhpecj
Официальный URL https://chromewebstore.google.com/detail/baseball-scoreboard/agadfdkijldlopjlbegiklkfdbmhpecj
Описание Keep track of all of the day’s baseball game scores.
Размер файла 115 KB
Количество установок 736
Текущая Версия 0.2.1
Последнее Обновление 2018-08-31
Дата публикации 2018-08-30
Рейтинг 4.00/5 Всего 6 оценок
Разработчик https://stefanxo.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BaseBall Scoreboard",
    "short_name": "BaseBall Scoreboard",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Keep track of all of the day\u2019s baseball game scores.",
    "icons": {
        "16": "image\/icon16x16.png",
        "48": "image\/icon48x48.png",
        "128": "image\/icon128x128.png"
    },
    "sandbox": {
        "pages": [
            "templates.html"
        ]
    },
    "background": {
        "page": "global.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "image\/icon16x16.png"
        },
        "default_popup": "scoreboard.ticker.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/mlb.mlb.com\/",
        "http:\/\/gdx.mlb.com\/"
    ]
}