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…

What is Disney+ Hotstar's Subtitle Editor?

Disney+ Hotstar's Subtitle Editor is a Chrome extension developed by kakigede, and its main feature is "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".

Extension Screenshots

screenshot
screenshot

Download Disney+ Hotstar's Subtitle Editor Extension CRX File

Download Disney+ Hotstar's Subtitle Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Disney+ Hotstar's Subtitle Editor Disney+ Hotstar's Subtitle Editor
ID npmapkgiaadjbidljilohekhlgakilim
Official URL https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim
Description Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…
File Size 12.41 KB
Installation Count 3,040
Current Version 1.1
Last Updated 2021-07-03
Publish Date 2020-12-28
Rating 3.53/5 Total 15 Ratings
Developer kakigede
Email [email protected]
Payment Type free
Extension Website https://github.com/hellopik
Supported Languages 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
}