Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
Cos'è Disney Plus Subtitle Preference?
Disney Plus Subtitle Preference è un'estensione di Chrome sviluppata da iSaad97, e la sua funzione principale è "Change the size and color of disney plus subtitle".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disney Plus Subtitle Preference
Scarica i file di estensione Disney Plus Subtitle Preference in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A plugin to change the subtitle preference for Disney plus platform
Informazioni di Base sull'Estensione
Nome | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
URL Ufficiale | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
Descrizione | Change the size and color of disney plus subtitle |
Dimensione del File | 76.04 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2022-10-16 |
Data di Pubblicazione | 2022-06-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | iSaad97 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
Lingue Supportate | 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" ] } |