Picture-in-Picture YouTube - Netflix and more

Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.

Cos'è Picture-in-Picture YouTube - Netflix and more?

Picture-in-Picture YouTube - Netflix and more è un'estensione di Chrome sviluppata da barreiro01919, e la sua funzione principale è "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Picture-in-Picture YouTube - Netflix and more

Scarica i file di estensione Picture-in-Picture YouTube - Netflix and more 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

                        Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime,  Disney Plus, and Hulu will work!                    

Informazioni di Base sull'Estensione

Nome Picture-in-Picture YouTube - Netflix and more Picture-in-Picture YouTube - Netflix and more
ID ahdijafdcpkcefendeaobodkfjcmphac
URL Ufficiale https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac
Descrizione Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
Dimensione del File 6.21 KB
Conteggio Installazioni 2,156
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-07-25
Data di Pubblicazione 2020-12-03
Valutazione 3.59/5 Totale 29 Valutazioni
Sviluppatore barreiro01919
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/extensions-privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture YouTube - Netflix and more",
    "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}