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…
Τι είναι το Disney+ Hotstar's Subtitle Editor;
Το Disney+ Hotstar's Subtitle Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kakigede, και η κύρια λειτουργία του είναι "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Disney+ Hotstar's Subtitle Editor
Λήψη αρχείων επέκτασης Disney+ Hotstar's Subtitle Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Disney+ Hotstar's Subtitle Editor |
ID | npmapkgiaadjbidljilohekhlgakilim |
Επίσημο URL | https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim |
Περιγραφή | Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar… |
Μέγεθος Αρχείου | 12.41 KB |
Αριθμός Εγκαταστάσεων | 3,040 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2021-07-03 |
Ημερομηνία Δημοσίευσης | 2020-12-28 |
Αξιολόγηση | 3.53/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | kakigede |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/hellopik |
Υποστηριζόμενες Γλώσσες | 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 } |