Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

Co je Disney+ PIP?

Disney+ PIP je rozšíření Chrome vyvinuté gurvin.anand, a jeho hlavní funkcí je „Enable Picture in Picture for Disney Plus Videos“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Disney+ PIP

Stáhněte si soubory rozšíření Disney+ PIP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
Oficiální URL https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
Popis Enable Picture in Picture for Disney Plus Videos
Velikost souboru 6.92 KB
Počet instalací 908
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2022-05-26
Datum Vydání 2022-05-20
Hodnocení 2.60/5 Celkem 5 Hodnocení
Vývojář gurvin.anand
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}