Picture in Picture

Watch video always in floating window

Cos'è Picture in Picture?

Picture in Picture è un'estensione di Chrome sviluppata da sokotovartur, e la sua funzione principale è "Watch video always in floating window".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Picture in Picture

Scarica i file di estensione Picture in Picture 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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

Informazioni di Base sull'Estensione

Nome Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
URL Ufficiale https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
Descrizione Watch video always in floating window
Dimensione del File 24.23 KB
Conteggio Installazioni 6,000
Versione Corrente 1.6
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2021-02-24
Valutazione 3.25/5 Totale 12 Valutazioni
Sviluppatore sokotovartur
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}