Hulu PIP

Enable Picture in Picture for Hulu Videos

什么是Hulu PIP?

Hulu PIP是由harmanand开发的Chrome扩展程序,该扩展的主要功能是“Enable Picture in Picture for Hulu Videos”。

扩展截图

screenshot

下载Hulu PIP扩展crx文件

下载Hulu PIP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
官方URL https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
简介 Enable Picture in Picture for Hulu Videos
文件大小 3.47 KB
安装次数 3,598
当前版本 0.0.0.1
更新时间 2021-07-07
上架时间 2021-07-07
评分 3.85/5 共40次评分
开发者 harmanand
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/"
    ]
}