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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Disney Plus Subtitle Preference
ID ebggolcigohbpkbiphhblijpcagnmahn
官方網址 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
電子郵箱 [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"
    ]
}