Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

Cos'è Disney+ PIP?

Disney+ PIP è un'estensione di Chrome sviluppata da gurvin.anand, e la sua funzione principale è "Enable Picture in Picture for Disney Plus Videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Disney+ PIP

Scarica i file di estensione Disney+ PIP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
URL Ufficiale https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
Descrizione Enable Picture in Picture for Disney Plus Videos
Dimensione del File 6.92 KB
Conteggio Installazioni 908
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2022-05-26
Data di Pubblicazione 2022-05-20
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore gurvin.anand
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}