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…
Hvad er Disney+ Hotstar's Subtitle Editor?
Disney+ Hotstar's Subtitle Editor er en Chrome-udvidelse udviklet af kakigede, og dens hovedfunktion er "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".
Udvidelsesskærmbilleder
Download Disney+ Hotstar's Subtitle Editor-udvidelses-CRX-fil
Download Disney+ Hotstar's Subtitle Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Disney+ Hotstar's Subtitle Editor |
ID | npmapkgiaadjbidljilohekhlgakilim |
Officiel URL | https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim |
Beskrivelse | Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar… |
Filstørrelse | 12.41 KB |
Antal Installationer | 3,040 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-07-03 |
Udgivelsesdato | 2020-12-28 |
Bedømmelse | 3.53/5 Samlet 15 Bedømmelser |
Udvikler | kakigede |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/hellopik |
Understøttede Sprog | 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 } |