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…
Co to jest Disney+ Hotstar's Subtitle Editor?
Disney+ Hotstar's Subtitle Editor to rozszerzenie Chrome opracowane przez kakigede, a jego główną funkcją jest „Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Disney+ Hotstar's Subtitle Editor
Pobierz pliki rozszerzeń Disney+ Hotstar's Subtitle Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Disney+ Hotstar's Subtitle Editor |
ID | npmapkgiaadjbidljilohekhlgakilim |
Oficjalny URL | https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim |
Opis | Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar… |
Rozmiar pliku | 12.41 KB |
Liczba instalacji | 3,040 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-07-03 |
Data Publikacji | 2020-12-28 |
Ocena | 3.53/5 Łącznie 15 Oceny |
Deweloper | kakigede |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hellopik |
Obsługiwane Języki | 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 } |