Disney+ PIP
Adds Picture-in-Picture (PIP) support for Disney+
Disney+ PIPとは何ですか?
Disney+ PIPはhttps://victorwesterlund.comによって開発されたChromeの拡張機能で、その主な機能は「Adds Picture-in-Picture (PIP) support for Disney+」です。
拡張機能のスクリーンショット
Disney+ PIP拡張機能のCRXファイルをダウンロード
Disney+ PIP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Very simple extension that adds a PIP toggle button to Disney+ in the browser.
Source code: https://github.com/VictorWesterlund/disneyplus-pip 拡張機能の基本情報
| 名前 | |
| ID | mjncaeojcjldpplapjioikobkgedockm |
| 公式URL | https://chromewebstore.google.com/detail/disney+-pip/mjncaeojcjldpplapjioikobkgedockm |
| 説明 | Adds Picture-in-Picture (PIP) support for Disney+ |
| ファイルサイズ | 4.28 KB |
| インストール数 | 3,717 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2023-12-19 |
| 公開日 | 2022-03-22 |
| 評価 | 3.70/5 合計 23 レビュー |
| 開発者 | https://victorwesterlund.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/VictorWesterlund/disneyplus-pip |
| プライバシーポリシーページのURL | https://victorwesterlund.github.io/disneyplus-pip/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Disney+ PIP",
"description": "Adds Picture-in-Picture (PIP) support for Disney+",
"version": "1.3",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.disneyplus.com\/*"
],
"js": [
"assets\/js\/script.js"
]
}
]
} | |