Hulu PIP

Enable Picture in Picture for Hulu Videos

Vad är Hulu PIP?

Hulu PIP är en Chrome-tillägg utvecklad av harmanand, och dess huvudfunktion är "Enable Picture in Picture for Hulu Videos".

Tilläggsskärmbilder

screenshot

Ladda ner Hulu PIP-förlängningens CRX-fil

Ladda ner Hulu PIP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
Officiell webbadress https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
Beskrivning Enable Picture in Picture for Hulu Videos
Filstorlek 3.47 KB
Antal Installationer 3,598
Aktuell Version 0.0.0.1
Senast Uppdaterad 2021-07-07
Publiceringsdatum 2021-07-07
Betyg 3.85/5 Totalt 40 Betyg
Utvecklare harmanand
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}