Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Disney Plus Subtitle Preferenceとは何ですか?
Disney Plus Subtitle PreferenceはiSaad97によって開発されたChromeの拡張機能で、その主な機能は「Change the size and color of disney plus subtitle」です。
拡張機能のスクリーンショット
Disney Plus Subtitle Preference拡張機能のCRXファイルをダウンロード
Disney Plus Subtitle Preference拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A plugin to change the subtitle preference for Disney plus platform
拡張機能の基本情報
名前 | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
公式URL | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
説明 | Change the size and color of disney plus subtitle |
ファイルサイズ | 76.04 KB |
インストール数 | 132 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-10-16 |
公開日 | 2022-06-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | iSaad97 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Subtitle Preference", "version": "0.0.2", "description": "Change the size and color of disney plus subtitle", "manifest_version": 3, "action": { "default_popup": ".\/index.html", "default_title": "Disney Plus Subtitle Preference" }, "icons": { "16": ".\/icons\/icon-72x72.png", "32": ".\/icons\/icon-96x96.png", "48": ".\/icons\/icon-128x128.png", "128": ".\/icons\/icon-144x144.png" }, "homepage_url": "https:\/\/github.com\/iSaad97\/Disney-plus-subtitle-changer", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.apps.disneyplus.com\/*", "https:\/\/www.disneyplus.com\/*" ] } ], "permissions": [ "tabs" ] } |