Picture in Picture Video

Extension to trigger PIP!

Co to jest Picture in Picture Video?

Picture in Picture Video to rozszerzenie Chrome opracowane przez mickeyjc, a jego główną funkcją jest „Extension to trigger PIP!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Picture in Picture Video

Pobierz pliki rozszerzeń Picture in Picture Video w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Picture in Picture Video Picture in Picture Video
ID cfbelahlacbmjflikmaagnfpoadanpfh
Oficjalny URL https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh
Opis Extension to trigger PIP!
Rozmiar pliku 11.21 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-11-30
Data Publikacji 2019-11-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper mickeyjc
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}