Picture-in-Picture YouTube - Netflix and more

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

Co to jest Picture-in-Picture YouTube - Netflix and more?

Picture-in-Picture YouTube - Netflix and more to rozszerzenie Chrome opracowane przez barreiro01919, a jego główną funkcją jest „Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Picture-in-Picture YouTube - Netflix and more

Pobierz pliki rozszerzeń Picture-in-Picture YouTube - Netflix and more w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Picture-in-Picture YouTube - Netflix and more Picture-in-Picture YouTube - Netflix and more
ID ahdijafdcpkcefendeaobodkfjcmphac
Oficjalny URL https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac
Opis Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
Rozmiar pliku 6.21 KB
Liczba instalacji 2,156
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-07-25
Data Publikacji 2020-12-03
Ocena 3.59/5 Łącznie 29 Oceny
Deweloper barreiro01919
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/extensions-privacy
Obsługiwane Języki 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
}