Autotranslator for Ooona
A Chrome extension that translates your Ooona subtitles automatically using Google Translate
Autotranslator for Ooona क्या है?
Autotranslator for Ooona https://autotranslatorforooona.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that translates your Ooona subtitles automatically using Google Translate"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autotranslator for Ooona एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/**\/*" ] } |