Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

Что такое Disney+ PIP?

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

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

screenshot

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

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

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

                        Disney Plus does not normally cooperate with the picture-in-picture chrome extension.

This extension allows the two to become compatible. Simply install this extension, open a video on Disney+, and activate the picture-in-picture extension as usual, and it will work by popping out a smaller video window.                    

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

Название Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
Официальный URL https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
Описание Enable Picture in Picture for Disney Plus Videos
Размер файла 6.92 KB
Количество установок 908
Текущая Версия 0.0.0.1
Последнее Обновление 2022-05-26
Дата публикации 2022-05-20
Рейтинг 2.60/5 Всего 5 оценок
Разработчик gurvin.anand
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Disney+ PIP",
    "description": "Enable Picture in Picture for Disney Plus Videos",
    "version": "0.0.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/video\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}