Picture-in-Picture YouTube - Netflix and more

Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.

Что такое Picture-in-Picture YouTube - Netflix and more?

Picture-in-Picture YouTube - Netflix and more - это расширение Chrome, разработанное barreiro01919, и его основная функция - "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.".

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

screenshot

Скачать файл CRX расширения Picture-in-Picture YouTube - Netflix and more

Скачайте файлы расширений Picture-in-Picture YouTube - Netflix and more в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime,  Disney Plus, and Hulu will work!                    

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

Название Picture-in-Picture YouTube - Netflix and more Picture-in-Picture YouTube - Netflix and more
ID ahdijafdcpkcefendeaobodkfjcmphac
Официальный URL https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac
Описание Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
Размер файла 6.21 KB
Количество установок 2,156
Текущая Версия 1.0.6
Последнее Обновление 2023-07-25
Дата публикации 2020-12-03
Рейтинг 3.59/5 Всего 29 оценок
Разработчик barreiro01919
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/extensions-privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture YouTube - Netflix and more",
    "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}