Hulu PIP
Enable Picture in Picture for Hulu Videos
什麼是Hulu PIP?
Hulu PIP是由harmanand開發的Chrome擴展程式,該擴展的主要功能是“Enable Picture in Picture for Hulu Videos”。
擴展截圖
下載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 |
ID | cjnnojbahbfmbhhpkcoihncbojdlhbnj |
官方網址 | 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\/" ] } |