Hulu PIP

Enable Picture in Picture for Hulu Videos

Co to jest Hulu PIP?

Hulu PIP to rozszerzenie Chrome opracowane przez harmanand, a jego główną funkcją jest „Enable Picture in Picture for Hulu Videos”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hulu PIP

Pobierz pliki rozszerzeń Hulu PIP 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

                        Hulu doesn't allow the Chrome PIP feature to work. This extension will re-enable the pip feature on any Hulu video. Captions will not transfer to the pip'ed video.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
Oficjalny URL https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
Opis Enable Picture in Picture for Hulu Videos
Rozmiar pliku 3.47 KB
Liczba instalacji 3,598
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2021-07-07
Data Publikacji 2021-07-07
Ocena 3.85/5 Łącznie 40 Oceny
Deweloper harmanand
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hulu PIP",
    "description": "Enable Picture in Picture for Hulu Videos",
    "version": "0.0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/watch\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}