Picture in Picture Video

Extension to trigger PIP!

Co je Picture in Picture Video?

Picture in Picture Video je rozšíření Chrome vyvinuté mickeyjc, a jeho hlavní funkcí je „Extension to trigger PIP!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Picture in Picture Video

Stáhněte si soubory rozšíření Picture in Picture Video 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í

                        Trigger Picture in Picture mode for HTML 5 video element.
Should work for all web page that has an HTML 5 video. eg, youtube

- Install the extension
- Browse to the webpage that contains a web video
- The PIP extension icon should turn Green
- Click the PIP extension icon
- Web video will be in picture in picture mode.                    

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

Název Picture in Picture Video Picture in Picture Video
ID cfbelahlacbmjflikmaagnfpoadanpfh
Oficiální URL https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh
Popis Extension to trigger PIP!
Velikost souboru 11.21 KB
Počet instalací 1,000
Aktuální Verze 1.0
Poslední Aktualizace 2019-11-30
Datum Vydání 2019-11-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář mickeyjc
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture Video",
    "version": "1.0",
    "description": "Extension to trigger PIP!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "Picture in Picture",
        "default_icon": {
            "16": "images\/icon16x.png",
            "32": "images\/icon32x.png",
            "48": "images\/icon32x.png",
            "128": "images\/icon128x.png"
        }
    },
    "manifest_version": 2
}