Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

Co to jest Disney+ PIP?

Disney+ PIP to rozszerzenie Chrome opracowane przez gurvin.anand, a jego główną funkcją jest „Enable Picture in Picture for Disney Plus Videos”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disney+ PIP

Pobierz pliki rozszerzeń Disney+ PIP 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
Oficjalny URL https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
Opis Enable Picture in Picture for Disney Plus Videos
Rozmiar pliku 6.92 KB
Liczba instalacji 908
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2022-05-26
Data Publikacji 2022-05-20
Ocena 2.60/5 Łącznie 5 Oceny
Deweloper gurvin.anand
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}