Ocular for Periscope.tv [BETA]

Ocular allows you to control and mute Periscope volume. More functionality to follow.

Что такое Ocular for Periscope.tv [BETA]?

Ocular for Periscope.tv [BETA] - это расширение Chrome, разработанное samgielis, и его основная функция - "Ocular allows you to control and mute Periscope volume. More functionality to follow.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Ocular for Periscope.tv [BETA]

Скачайте файлы расширений Ocular for Periscope.tv [BETA] в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Ocular allows you to control and mute Periscope volume. More functionality to follow.                    

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

Название Ocular for Periscope.tv [BETA] Ocular for Periscope.tv [BETA]
ID jcamcagoghddgpcbhaighifcccckejie
Официальный URL https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie
Описание Ocular allows you to control and mute Periscope volume. More functionality to follow.
Размер файла 106 KB
Количество установок 226
Текущая Версия 0.1
Последнее Обновление 2019-03-08
Дата публикации 2019-03-08
Рейтинг 4.29/5 Всего 21 оценок
Разработчик samgielis
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ocular for Periscope.tv [BETA]",
    "description": "Ocular allows you to control and mute Periscope volume. More functionality to follow.",
    "version": "0.1",
    "author": "Sam Gielis",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/*.periscope.tv\/w\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.periscope.tv\/w\/*"
            ],
            "js": [
                "ocular.js"
            ],
            "css": [
                ".\/css\/ocular.css",
                ".\/css\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "ocular.js",
        ".\/css\/ocular.css",
        ".\/css\/*",
        "\/fonts\/*.woff2"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}