Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Qu'est-ce que Disney Plus Subtitle Preference ?
Disney Plus Subtitle Preference est une extension Chrome développée par iSaad97, et sa fonction principale est "Change the size and color of disney plus subtitle".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disney Plus Subtitle Preference
Téléchargez les fichiers d'extension Disney Plus Subtitle Preference au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A plugin to change the subtitle preference for Disney plus platform
Informations de Base sur l'Extension
Nom | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
URL Officiel | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Description | Change the size and color of disney plus subtitle |
Taille du Fichier | 76.04 KB |
Nombre d'Installations | 132 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2022-10-16 |
Date de Publication | 2022-06-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | iSaad97 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Langues Prises en Charge | 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" ] } |