YouTube SubSound

Automatic subtitle dubbing on YouTube.

Что такое YouTube SubSound?

YouTube SubSound - это расширение Chrome, разработанное tgaru, и его основная функция - "Automatic subtitle dubbing on YouTube.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения YouTube SubSound

Скачайте файлы расширений YouTube SubSound в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Browser extension that automatically pronounces the subtitles on YouTube

Open the desired video and activate voice acting by pressing the NEW button in the YouTube player.

Many languages are supported.                    

Основная информация о расширении

Название YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
Официальный URL https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
Описание Automatic subtitle dubbing on YouTube.
Размер файла 15.36 KB
Количество установок 7,370
Текущая Версия 0.0.8
Последнее Обновление 2022-10-17
Дата публикации 2021-07-04
Рейтинг 2.67/5 Всего 135 оценок
Разработчик tgaru
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://t.me/writeforhelp
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.8",
    "author": "tgaru",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "styles.css",
                "_locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}