Disney Plus Plus
Extension for Disney+ to improve experience.
Disney Plus Plusとは何ですか?
Disney Plus PlusはDeveloperによって開発されたChromeの拡張機能で、その主な機能は「Extension for Disney+ to improve experience.」です。
拡張機能のスクリーンショット
Disney Plus Plus拡張機能のCRXファイルをダウンロード
Disney Plus Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Display trailers.
- Fullscreen on double click.
If you have any suggestion to improve, you can write me an email to:
[email protected] 拡張機能の基本情報
| 名前 | |
| ID | kclkgabmccnlojaaopdbpbplkpmjfobh |
| 公式URL | https://chromewebstore.google.com/detail/disney-plus-plus/kclkgabmccnlojaaopdbpbplkpmjfobh |
| 説明 | Extension for Disney+ to improve experience. |
| ファイルサイズ | 2.97 MB |
| インストール数 | 273 |
| 現在のバージョン | 1.2.5 |
| 最終更新日 | 2023-05-31 |
| 公開日 | 2022-10-08 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Developer |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Disney Plus Plus",
"description": "Extension for Disney+ to improve experience.",
"version": "1.2.5",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "Disney Plus Plus",
"default_popup": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"background": {
"service_worker": "serviceWorker.js"
},
"minimum_chrome_version": "105",
"content_scripts": [
{
"matches": [
"https:\/\/www.apps.disneyplus.com\/*",
"http:\/\/www.apps.disneyplus.com\/*"
],
"css": [
"contentStyle.css"
],
"js": [
"contentScripts.js"
]
}
],
"options_page": "options\/index.html?page=options",
"permissions": [
"storage"
]
} | |