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…
Wat is Disney+ Hotstar's Subtitle Editor?
Disney+ Hotstar's Subtitle Editor is een Chrome-extensie ontwikkeld door kakigede, en de belangrijkste functie is "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".
Extensie Screenshots
Download het CRX-bestand van de extensie Disney+ Hotstar's Subtitle Editor
Download Disney+ Hotstar's Subtitle Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Disney+ Hotstar's Subtitle Editor |
ID | npmapkgiaadjbidljilohekhlgakilim |
Officiële URL | https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim |
Beschrijving | Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar… |
Bestandsgrootte | 12.41 KB |
Aantal Installaties | 3,040 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-07-03 |
Publicatiedatum | 2020-12-28 |
Beoordeling | 3.53/5 Totaal 15 Beoordelingen |
Ontwikkelaar | kakigede |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hellopik |
Ondersteunde Talen | 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 } |