Picture in Picture

Watch video always in floating window

Что такое Picture in Picture?

Picture in Picture - это расширение Chrome, разработанное sokotovartur, и его основная функция - "Watch video always in floating window".

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

screenshot
screenshot

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

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

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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

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

Название Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
Официальный URL https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
Описание Watch video always in floating window
Размер файла 24.23 KB
Количество установок 6,000
Текущая Версия 1.6
Последнее Обновление 2022-01-24
Дата публикации 2021-02-24
Рейтинг 3.25/5 Всего 12 оценок
Разработчик sokotovartur
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}