Hulu PIP

Enable Picture in Picture for Hulu Videos

Что такое Hulu PIP?

Hulu PIP - это расширение Chrome, разработанное harmanand, и его основная функция - "Enable Picture in Picture for Hulu Videos".

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

screenshot

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

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

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

                        Hulu doesn't allow the Chrome PIP feature to work. This extension will re-enable the pip feature on any Hulu video. Captions will not transfer to the pip'ed video.                    

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

Название Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
Официальный URL https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
Описание Enable Picture in Picture for Hulu Videos
Размер файла 3.47 KB
Количество установок 3,598
Текущая Версия 0.0.0.1
Последнее Обновление 2021-07-07
Дата публикации 2021-07-07
Рейтинг 3.85/5 Всего 40 оценок
Разработчик harmanand
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hulu PIP",
    "description": "Enable Picture in Picture for Hulu Videos",
    "version": "0.0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/watch\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}