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.」です。
拡張機能のスクリーンショット
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 |
ID | feeolchckomhbfagmgomdkncibjpedhh |
公式URL | 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 |
Eメール | [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" } } |