Better Hulu PiP

Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.

什麼是Better Hulu PiP?

Better Hulu PiP是由Anthony Baldwin開發的Chrome擴展程式,該擴展的主要功能是“Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.”。

擴展截圖

screenshot

下載Better Hulu PiP擴展crx文件

下載Better Hulu PiP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hulu prevents Chrome's picture-in-picture (PiP) feature. This extension re-enables w/ play/pause, forward/backward seek, next episode, and restart episode controls. There is no previous episode button on Hulu. Captions will not display w/in PiP.                    

擴展基本資訊

名稱 Better Hulu PiP Better Hulu PiP
ID feeolchckomhbfagmgomdkncibjpedhh
官方網址 https://chromewebstore.google.com/detail/better-hulu-pip/feeolchckomhbfagmgomdkncibjpedhh
簡介 Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.
檔案大小 26.37 KB
安裝次數 387
目前版本 0.0.0.3
更新時間 2022-05-24
上架時間 2022-05-17
評分 5.00/5 共 1 次評分
開發者 Anthony Baldwin
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/anthonybaldwin/better-hulu-pip
說明頁面URL https://github.com/anthonybaldwin/better-hulu-pip/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Hulu PiP",
    "description": "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.",
    "version": "0.0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/watch\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}