Picture in Picture - PiP View

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

Co je Picture in Picture - PiP View?

Picture in Picture - PiP View je rozšíření Chrome vyvinuté Esteban, a jeho hlavní funkcí je „Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Picture in Picture - PiP View

Stáhněte si soubory rozšíření Picture in Picture - PiP View ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The extension helps to view videos in a separate window                    

Základní Informace o Rozšíření

Název Picture in Picture - PiP View Picture in Picture - PiP View
ID kmdgomolfojpgnieebblfpmccmkekiae
Oficiální URL https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae
Popis Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
Velikost souboru 35.19 KB
Počet instalací 19
Aktuální Verze 0.4.1
Poslední Aktualizace 2022-08-20
Datum Vydání 2022-08-20
Vývojář Esteban
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://pipviewer.com/privacy.html
URL Stránky Zásad Ochrany Soukromí https://pipviewer.com/privacy.html
Podporované Jazyky 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"
    }
}