Hulu PIP

Enable Picture in Picture for Hulu Videos

Wat is Hulu PIP?

Hulu PIP is een Chrome-extensie ontwikkeld door harmanand, en de belangrijkste functie is "Enable Picture in Picture for Hulu Videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hulu PIP

Download Hulu PIP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
Officiële URL https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
Beschrijving Enable Picture in Picture for Hulu Videos
Bestandsgrootte 3.47 KB
Aantal Installaties 3,598
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2021-07-07
Publicatiedatum 2021-07-07
Beoordeling 3.85/5 Totaal 40 Beoordelingen
Ontwikkelaar harmanand
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}