Disney Plus Subtitle Preference

Change the size and color of disney plus subtitle

¿Qué es Disney Plus Subtitle Preference?

Disney Plus Subtitle Preference es una extensión de Chrome desarrollada por iSaad97, y su función principal es "Change the size and color of disney plus subtitle".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Disney Plus Subtitle Preference

Descarga archivos de extensión Disney Plus Subtitle Preference en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        A plugin to change the subtitle preference for Disney plus platform                    

Información Básica de la Extensión

Nombre Disney Plus Subtitle Preference Disney Plus Subtitle Preference
ID ebggolcigohbpkbiphhblijpcagnmahn
URL Oficial https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn
Descripción Change the size and color of disney plus subtitle
Tamaño del Archivo 76.04 KB
Cantidad de Instalaciones 132
Versión Actual 0.0.2
Última Actualización 2022-10-16
Fecha de Publicación 2022-06-16
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador iSaad97
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/iSaad97/Disney-Plus-Subtitle-Preference
Idiomas Soportados 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"
    ]
}