NPR Volume

Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…

Что такое NPR Volume?

NPR Volume - это расширение Chrome, разработанное TJ Hillard, и его основная функция - "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".

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

screenshot

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

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

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

                        Volume control for the npr web player.

11/18 - New version fixes issue caused by a Chrome security update. Please update the extension or reinstall to resolve issue.                    

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

Название NPR Volume NPR Volume
ID dhhiahjlllgdfmlofacelhlikdnnalan
Официальный URL https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan
Описание Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
Размер файла 4.56 KB
Количество установок 365
Текущая Версия 0.0.3
Последнее Обновление 2017-12-02
Дата публикации 2017-12-02
Рейтинг 3.75/5 Всего 8 оценок
Разработчик TJ Hillard
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NPR Volume",
    "manifest_version": 2,
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.npr.org\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}