Autotranslator for Ooona
A Chrome extension that translates your Ooona subtitles automatically using Google Translate
什么是Autotranslator for Ooona?
Autotranslator for Ooona是由https://autotranslatorforooona.com开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that translates your Ooona subtitles automatically using Google Translate”。
扩展截图
下载Autotranslator for Ooona扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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\/**\/*"
]
} | |