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
官方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
电子邮箱 [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"
    ]
}