Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

Wat is Disney+ PIP?

Disney+ PIP is een Chrome-extensie ontwikkeld door gurvin.anand, en de belangrijkste functie is "Enable Picture in Picture for Disney Plus Videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disney+ PIP

Download Disney+ PIP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
Officiële URL https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
Beschrijving Enable Picture in Picture for Disney Plus Videos
Bestandsgrootte 6.92 KB
Aantal Installaties 908
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2022-05-26
Publicatiedatum 2022-05-20
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar gurvin.anand
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}