Disney+ Hotstar's Subtitle Editor
Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…
Cos'è Disney+ Hotstar's Subtitle Editor?
Disney+ Hotstar's Subtitle Editor è un'estensione di Chrome sviluppata da kakigede, e la sua funzione principale è "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disney+ Hotstar's Subtitle Editor
Scarica i file di estensione Disney+ Hotstar's Subtitle Editor 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
Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar in their television via hdmi cable and experiencing a little incovenience because of the default subtitle are too small, this is the extension for you.
Informazioni di Base sull'Estensione
Nome | Disney+ Hotstar's Subtitle Editor |
ID | npmapkgiaadjbidljilohekhlgakilim |
URL Ufficiale | https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim |
Descrizione | Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar… |
Dimensione del File | 12.41 KB |
Conteggio Installazioni | 3,040 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-07-03 |
Data di Pubblicazione | 2020-12-28 |
Valutazione | 3.53/5 Totale 15 Valutazioni |
Sviluppatore | kakigede |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/hellopik |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney+ Hotstar's Subtitle Editor", "version": "1.1", "description": "", "permissions": [ "activeTab", "declarativeContent" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |