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…
Was ist Disney+ Hotstar's Subtitle Editor?
Disney+ Hotstar's Subtitle Editor ist eine Chrome-Erweiterung, die von kakigede entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".
Erweiterungsscreenshots
Disney+ Hotstar's Subtitle Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disney+ Hotstar's Subtitle Editor-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
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.
Grundlegende Informationen zur Erweiterung
Name | Disney+ Hotstar's Subtitle Editor |
ID | npmapkgiaadjbidljilohekhlgakilim |
Offizielle URL | https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim |
Beschreibung | Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar… |
Dateigröße | 12.41 KB |
Installationsanzahl | 3,040 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-07-03 |
Veröffentlichungsdatum | 2020-12-28 |
Bewertung | 3.53/5 Insgesamt 15 Bewertungen |
Entwickler | kakigede |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/hellopik |
Unterstützte Sprachen | 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 } |