Hulu PIP

Enable Picture in Picture for Hulu Videos

What is Hulu PIP?

Hulu PIP is a Chrome extension developed by harmanand, and its main feature is "Enable Picture in Picture for Hulu Videos".

Extension Screenshots

screenshot

Download Hulu PIP Extension CRX File

Download Hulu PIP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
Official URL https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
Description Enable Picture in Picture for Hulu Videos
File Size 3.47 KB
Installation Count 3,598
Current Version 0.0.0.1
Last Updated 2021-07-07
Publish Date 2021-07-07
Rating 3.85/5 Total 40 Ratings
Developer harmanand
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}