Disney Plus Subtitle Preference

Change the size and color of disney plus subtitle

Hvad er Disney Plus Subtitle Preference?

Disney Plus Subtitle Preference er en Chrome-udvidelse udviklet af iSaad97, og dens hovedfunktion er "Change the size and color of disney plus subtitle".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Disney Plus Subtitle Preference-udvidelses-CRX-fil

Download Disney Plus Subtitle Preference-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A plugin to change the subtitle preference for Disney plus platform                    

Grundlæggende oplysninger om udvidelsen

Navn Disney Plus Subtitle Preference Disney Plus Subtitle Preference
ID ebggolcigohbpkbiphhblijpcagnmahn
Officiel URL https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn
Beskrivelse Change the size and color of disney plus subtitle
Filstørrelse 76.04 KB
Antal Installationer 132
Nuværende Version 0.0.2
Senest Opdateret 2022-10-16
Udgivelsesdato 2022-06-16
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler iSaad97
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/iSaad97/Disney-Plus-Subtitle-Preference
Understøttede Sprog 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"
    ]
}