Hulu PIP

Enable Picture in Picture for Hulu Videos

Hvad er Hulu PIP?

Hulu PIP er en Chrome-udvidelse udviklet af harmanand, og dens hovedfunktion er "Enable Picture in Picture for Hulu Videos".

Udvidelsesskærmbilleder

screenshot

Download Hulu PIP-udvidelses-CRX-fil

Download Hulu PIP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
Officiel URL https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
Beskrivelse Enable Picture in Picture for Hulu Videos
Filstørrelse 3.47 KB
Antal Installationer 3,598
Nuværende Version 0.0.0.1
Senest Opdateret 2021-07-07
Udgivelsesdato 2021-07-07
Bedømmelse 3.85/5 Samlet 40 Bedømmelser
Udvikler harmanand
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}