YouTube Subtitles Simultaneously
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Что такое YouTube Subtitles Simultaneously?
YouTube Subtitles Simultaneously - это расширение Chrome, разработанное Sách Mềm, и его основная функция - "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Subtitles Simultaneously
Скачайте файлы расширений YouTube Subtitles Simultaneously в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Основная информация о расширении
Название | |
ID | haokcfniojcjooooonocnfbibkeckgpb |
Официальный URL | https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb |
Описание | Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously. |
Размер файла | 61.39 KB |
Количество установок | 5,000 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2019-06-09 |
Дата публикации | 2019-06-08 |
Рейтинг | 4.22/5 Всего 27 оценок |
Разработчик | Sách Mềm |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Subtitles Simultaneously", "description": "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.", "author": "NTH", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "s.css" ], "js": [ "jquery.js", "cookie.js", "data.js", "extension.js" ] } ], "manifest_version": 2 } |