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 |
公式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 |
Eメール | [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\/" ] } |