Disney Plus Subtitle Preference

Change the size and color of disney plus subtitle

What is Disney Plus Subtitle Preference?

Disney Plus Subtitle Preference is a Chrome extension developed by iSaad97, and its main feature is "Change the size and color of disney plus subtitle".

Extension Screenshots

screenshot
screenshot
screenshot

Download Disney Plus Subtitle Preference Extension CRX File

Download Disney Plus Subtitle Preference extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A plugin to change the subtitle preference for Disney plus platform                    

Extension Basic Information

Name Disney Plus Subtitle Preference Disney Plus Subtitle Preference
ID ebggolcigohbpkbiphhblijpcagnmahn
Official URL https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn
Description Change the size and color of disney plus subtitle
File Size 76.04 KB
Installation Count 132
Current Version 0.0.2
Last Updated 2022-10-16
Publish Date 2022-06-16
Rating 5.00/5 Total 2 Ratings
Developer iSaad97
Email [email protected]
Payment Type free
Extension Website https://github.com/iSaad97/Disney-Plus-Subtitle-Preference
Supported Languages 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"
    ]
}