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\/**\/*" ] } |