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…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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 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
}