Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

Hvad er Disney+ PIP?

Disney+ PIP er en Chrome-udvidelse udviklet af gurvin.anand, og dens hovedfunktion er "Enable Picture in Picture for Disney Plus Videos".

Udvidelsesskærmbilleder

screenshot

Download Disney+ PIP-udvidelses-CRX-fil

Download Disney+ PIP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
Officiel URL https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
Beskrivelse Enable Picture in Picture for Disney Plus Videos
Filstørrelse 6.92 KB
Antal Installationer 908
Nuværende Version 0.0.0.1
Senest Opdateret 2022-05-26
Udgivelsesdato 2022-05-20
Bedømmelse 2.60/5 Samlet 5 Bedømmelser
Udvikler gurvin.anand
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}