Picture in Picture - PiP View

Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.

Cos'è Picture in Picture - PiP View?

Picture in Picture - PiP View è un'estensione di Chrome sviluppata da Esteban, e la sua funzione principale è "Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Picture in Picture - PiP View

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

                        The extension helps to view videos in a separate window                    

Informazioni di Base sull'Estensione

Nome Picture in Picture - PiP View Picture in Picture - PiP View
ID kmdgomolfojpgnieebblfpmccmkekiae
URL Ufficiale https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae
Descrizione Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
Dimensione del File 35.19 KB
Conteggio Installazioni 19
Versione Corrente 0.4.1
Ultimo Aggiornamento 2022-08-20
Data di Pubblicazione 2022-08-20
Sviluppatore Esteban
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://pipviewer.com/privacy.html
URL della Pagina della Politica sulla Privacy https://pipviewer.com/privacy.html
Lingue Supportate de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - PiP View",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "inta.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lora.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
        "default_icon": {
            "16": "pench.png",
            "32": "crua.png",
            "48": "eata.png",
            "64": "gona.png"
        }
    },
    "icons": {
        "16": "rata.png",
        "32": "lesta.png",
        "48": "cerva.png",
        "128": "bibo.png"
    }
}