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…

O que é Disney+ Hotstar's Subtitle Editor?

Disney+ Hotstar's Subtitle Editor é uma extensão do Chrome desenvolvida por kakigede, e sua principal característica é "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Disney+ Hotstar's Subtitle Editor

Baixe arquivos de extensão Disney+ Hotstar's Subtitle Editor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Disney+ Hotstar's Subtitle Editor Disney+ Hotstar's Subtitle Editor
ID npmapkgiaadjbidljilohekhlgakilim
URL Oficial https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim
Descrição Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…
Tamanho do Arquivo 12.41 KB
Contagem de Instalações 3,040
Versão Atual 1.1
Última Atualização 2021-07-03
Data de Publicação 2020-12-28
Classificação 3.53/5 Total de 15 Avaliações
Desenvolvedor kakigede
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hellopik
Idiomas Suportados 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
}