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 je Disney+ Hotstar's Subtitle Editor?

Disney+ Hotstar's Subtitle Editor je rozšíření Chrome vyvinuté kakigede, a jeho hlavní funkcí je „Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Disney+ Hotstar's Subtitle Editor

Stáhněte si soubory rozšíření Disney+ Hotstar's Subtitle Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Disney+ Hotstar's Subtitle Editor Disney+ Hotstar's Subtitle Editor
ID npmapkgiaadjbidljilohekhlgakilim
Oficiální URL https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim
Popis Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…
Velikost souboru 12.41 KB
Počet instalací 3,040
Aktuální Verze 1.1
Poslední Aktualizace 2021-07-03
Datum Vydání 2020-12-28
Hodnocení 3.53/5 Celkem 15 Hodnocení
Vývojář kakigede
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/hellopik
Podporované Jazyky 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
}