Disney Plus Subtitle Preference

Change the size and color of disney plus subtitle

Co je Disney Plus Subtitle Preference?

Disney Plus Subtitle Preference je rozšíření Chrome vyvinuté iSaad97, a jeho hlavní funkcí je „Change the size and color of disney plus subtitle“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Disney Plus Subtitle Preference

Stáhněte si soubory rozšíření Disney Plus Subtitle Preference ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A plugin to change the subtitle preference for Disney plus platform                    

Základní Informace o Rozšíření

Název Disney Plus Subtitle Preference Disney Plus Subtitle Preference
ID ebggolcigohbpkbiphhblijpcagnmahn
Oficiální URL https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn
Popis Change the size and color of disney plus subtitle
Velikost souboru 76.04 KB
Počet instalací 132
Aktuální Verze 0.0.2
Poslední Aktualizace 2022-10-16
Datum Vydání 2022-06-16
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář iSaad97
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/iSaad97/Disney-Plus-Subtitle-Preference
Podporované Jazyky 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"
    ]
}