Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Was ist Disney Plus Subtitle Preference?
Disney Plus Subtitle Preference ist eine Chrome-Erweiterung, die von iSaad97 entwickelt wurde, und ihr Hauptmerkmal ist "Change the size and color of disney plus subtitle".
Erweiterungsscreenshots
Disney Plus Subtitle Preference-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disney Plus Subtitle Preference-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A plugin to change the subtitle preference for Disney plus platform
Grundlegende Informationen zur Erweiterung
Name | |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
Offizielle URL | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Beschreibung | Change the size and color of disney plus subtitle |
Dateigröße | 76.04 KB |
Installationsanzahl | 132 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2022-10-16 |
Veröffentlichungsdatum | 2022-06-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | iSaad97 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Unterstützte Sprachen | 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" ] } |