Picture-in-Picture for ALL Sites

Enables picture-in-picture mode, even for sites that have disabled it

Что такое Picture-in-Picture for ALL Sites?

Picture-in-Picture for ALL Sites - это расширение Chrome, разработанное Jerome Paulos, и его основная функция - "Enables picture-in-picture mode, even for sites that have disabled it".

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

screenshot

Скачать файл CRX расширения Picture-in-Picture for ALL Sites

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

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

                        This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!                    

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

Название Picture-in-Picture for ALL Sites Picture-in-Picture for ALL Sites
ID anmikanblfemkldmaldbhdejcfpodkpd
Официальный URL https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd
Описание Enables picture-in-picture mode, even for sites that have disabled it
Размер файла 6.47 KB
Количество установок 2,119
Текущая Версия 1.0
Последнее Обновление 2022-04-24
Дата публикации 2022-04-23
Рейтинг 4.86/5 Всего 7 оценок
Разработчик Jerome Paulos
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture for ALL Sites",
    "description": "Enables picture-in-picture mode, even for sites that have disabled it",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        },
        "default_title": "Open Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}