Subtitle Translator
Translate subtitles on the fly from Netflix, SVT Play or CMore.
Что такое Subtitle Translator?
Subtitle Translator - это расширение Chrome, разработанное 42Labs, и его основная функция - "Translate subtitles on the fly from Netflix, SVT Play or CMore.".
Снимки экрана расширения
Скачать файл CRX расширения Subtitle Translator
Скачайте файлы расширений Subtitle Translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
For when you want to watch a foreign movie that is missing subtitles in your language. Works with Netflix, SVT Play and CMore. Feel free to reach out if you would like support for some other service. There might be more generic support coming. Make sure to go in to the extension settings to set which source & target languages you are using.
Основная информация о расширении
Название | Subtitle Translator |
ID | oflffkldeingomefcemegfmnbfdeblbk |
Официальный URL | https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk |
Описание | Translate subtitles on the fly from Netflix, SVT Play or CMore. |
Размер файла | 13.57 KB |
Количество установок | 1,267 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-03-19 |
Дата публикации | 2022-01-09 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | 42Labs |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Subtitle Translator", "description": "Translate subtitles on the fly from Netflix, SVT Play or CMore.", "version": "1.0", "icons": { "16": "\/images\/st16.png", "32": "\/images\/st32.png", "48": "\/images\/st48.png", "128": "\/images\/st128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to translate" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "storage" ] } |