Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Wat is Disney Plus Subtitle Preference?
Disney Plus Subtitle Preference is een Chrome-extensie ontwikkeld door iSaad97, en de belangrijkste functie is "Change the size and color of disney plus subtitle".
Extensie Screenshots
Download het CRX-bestand van de extensie Disney Plus Subtitle Preference
Download Disney Plus Subtitle Preference-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A plugin to change the subtitle preference for Disney plus platform
Basisinformatie over de Extensie
Naam | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
Officiële URL | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Beschrijving | Change the size and color of disney plus subtitle |
Bestandsgrootte | 76.04 KB |
Aantal Installaties | 132 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-10-16 |
Publicatiedatum | 2022-06-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | iSaad97 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Ondersteunde Talen | 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" ] } |