Picture in Picture - Extension

Picture in Picture for video on any site.

Co to jest Picture in Picture - Extension?

Picture in Picture - Extension to rozszerzenie Chrome opracowane przez interactgptpro, a jego główną funkcją jest „Picture in Picture for video on any site.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Picture in Picture - Extension

Pobierz pliki rozszerzeń Picture in Picture - Extension 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

                        Picture in Picture Extension 
The Picture in Picture Extension (PiP) lets you play any video in Picture-in-Picture (PiP) mode, and it works on all platforms. PiP is a popped-out, always-on-top video player that floats on top of other windows. You can also reposition it along the screen border while you continue to surf the internet.

The Picture in Picture Extension (PiP) allows us to watch online streams and videos in a floating window outside of the  Google Chrome browser or even on top of any other application window.                    

Podstawowe informacje o rozszerzeniu

Nazwa Picture in Picture - Extension Picture in Picture - Extension
ID ikgbafpmfnheeagenombakpjkhgnbnhb
Oficjalny URL https://chromewebstore.google.com/detail/picture-in-picture-extens/ikgbafpmfnheeagenombakpjkhgnbnhb
Opis Picture in Picture for video on any site.
Rozmiar pliku 44.92 KB
Liczba instalacji 28,573
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2024-02-01
Data Publikacji 2022-11-14
Ocena 3.68/5 Łącznie 19 Oceny
Deweloper interactgptpro
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1z82Jpaecw5hyFc-FdDmoQCYNc5PVIlNyglROzOUBzeA/edit?usp=sharing
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - Extension",
    "version": "1.3",
    "description": "Picture in Picture for video on any site.",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "pip-dark128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "pip.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "pip-dark128.png",
        "default_title": "Picture in Picture Pro"
    },
    "manifest_version": 3
}