Autotranslator for Ooona
A Chrome extension that translates your Ooona subtitles automatically using Google Translate
Что такое Autotranslator for Ooona?
Autotranslator for Ooona - это расширение Chrome, разработанное https://autotranslatorforooona.com, и его основная функция - "A Chrome extension that translates your Ooona subtitles automatically using Google Translate".
Снимки экрана расширения
Скачать файл CRX расширения Autotranslator for Ooona
Скачайте файлы расширений Autotranslator for Ooona в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Makes machine translation easy for Ooona translator Pro. Save time with automated preliminary translations. Machine translation is not perfect, but it can save a lot of time if used correctly. With our automated translation, you can get a first draft of your translation, which you can then edit and improve. This can make the process up to 2x faster. - Translate subtitles with the click of a button - Over 100+ languages supported
Основная информация о расширении
Название | Autotranslator for Ooona |
ID | pckjioohelpdjkefmnpfcifmapgfdjao |
Официальный URL | https://chromewebstore.google.com/detail/autotranslator-for-ooona/pckjioohelpdjkefmnpfcifmapgfdjao |
Описание | A Chrome extension that translates your Ooona subtitles automatically using Google Translate |
Размер файла | 806 KB |
Количество установок | 21 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-01-02 |
Дата публикации | 2023-01-02 |
Разработчик | https://autotranslatorforooona.com |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://autotranslatorforooona.com/ |
URL страницы помощи | https://autotranslatorforooona.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "1.0.0", "author": "anton", "name": "Autotranslator for Ooona", "description": "A Chrome extension that translates your Ooona subtitles automatically using Google Translate", "permissions": [ "storage", "scripting", "unlimitedStorage" ], "background": { "service_worker": "background.aa95d78a.js" }, "content_scripts": [ { "matches": [ "https:\/\/autotranslatorforooona.com\/**\/*", "http:\/\/localhost:3000\/**\/*" ], "js": [ "landing.2dc78688.js" ], "css": [] }, { "matches": [ "https:\/\/*.ooonatools.tv\/V2\/**\/*" ], "js": [ "ooona.b8160369.js" ], "css": [] } ], "host_permissions": [ "https:\/\/*.ooonatools.tv\/V2\/**\/*", "https:\/\/autotranslatorforooona.com\/**\/*", "https:\/\/europe-west1-autotranslator-for-ooona-dev.cloudfunctions.net\/**\/*", "https:\/\/europe-west1-autotranslator-for-ooona.cloudfunctions.net\/**\/*" ] } |