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…
Qu'est-ce que Disney+ Hotstar's Subtitle Editor ?
Disney+ Hotstar's Subtitle Editor est une extension Chrome développée par kakigede, et sa fonction principale est "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disney+ Hotstar's Subtitle Editor
Téléchargez les fichiers d'extension Disney+ Hotstar's Subtitle Editor 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
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.
Informations de Base sur l'Extension
Nom | Disney+ Hotstar's Subtitle Editor |
ID | npmapkgiaadjbidljilohekhlgakilim |
URL Officiel | https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim |
Description | Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar… |
Taille du Fichier | 12.41 KB |
Nombre d'Installations | 3,040 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-07-03 |
Date de Publication | 2020-12-28 |
Évaluation | 3.53/5 Total 15 Évaluations |
Développeur | kakigede |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hellopik |
Langues Prises en Charge | 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 } |