Disney+ PIP
Enable Picture in Picture for Disney Plus Videos
Disney+ PIPとは何ですか?
Disney+ PIPはgurvin.anandによって開発されたChromeの拡張機能で、その主な機能は「Enable Picture in Picture for Disney Plus Videos」です。
拡張機能のスクリーンショット
Disney+ PIP拡張機能のCRXファイルをダウンロード
Disney+ PIP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Disney Plus does not normally cooperate with the picture-in-picture chrome extension. This extension allows the two to become compatible. Simply install this extension, open a video on Disney+, and activate the picture-in-picture extension as usual, and it will work by popping out a smaller video window.
拡張機能の基本情報
名前 | Disney+ PIP |
ID | pcobdaahbhmcmochfhpbhbgphcmpaeej |
公式URL | https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej |
説明 | Enable Picture in Picture for Disney Plus Videos |
ファイルサイズ | 6.92 KB |
インストール数 | 908 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2022-05-26 |
公開日 | 2022-05-20 |
評価 | 2.60/5 合計 5 レビュー |
開発者 | gurvin.anand |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disney+ PIP", "description": "Enable Picture in Picture for Disney Plus Videos", "version": "0.0.0.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/video\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |