iTour Video Translation
This extension translates video's audio on the current tab to your own language
iTour Video Translation क्या है?
iTour Video Translation iTourTranslator द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension translates video's audio on the current tab to your own language"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iTour Video Translation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension can be used to translate online meetings (such as Zoom , Microsoft Teams, Google Meet,Webex, Canvas, etc.), online videos into two languages subtitle. If you set the sound source to the microphone in the extension, you can translate the video into subtitles being played in the computer in real time, and you can also translate the sound outside the computer in real time. Many international students use this software to translate Zoom online courses. There are also many international students who use this software to translate lectures taught by professors in the classroom in real time. The software automatically translates voices and takes notes for students. It supports dozens of languages, and the translation is fast and accurate. The software can be tried for free.
एक्सटेंशन की मूल जानकारी
नाम | iTour Video Translation |
ID | eibnkkenjjeaadmjkngfincfnapgpeao |
आधिकारिक URL | https://chromewebstore.google.com/detail/itour-video-translation/eibnkkenjjeaadmjkngfincfnapgpeao |
विवरण | This extension translates video's audio on the current tab to your own language |
फ़ाइल का आकार | 2.36 MB |
स्थापना संख्या | 44,946 |
वर्तमान संस्करण | 2.0.5 |
अंतिम अपडेट | 2023-03-29 |
प्रकाशन तिथि | 2021-12-15 |
रेटिंग | 4.92/5 कुल 1995 रेटिंग्स |
डेवलपर | iTourTranslator |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.itourtranslator.com |
सहायता पृष्ठ URL | https://www.itourtranslator.com/unit.html |
गोपनीयता नीति पृष्ठ URL | https://www.itourtranslator.com/privacy-policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iTour Video Translation", "version": "2.0.5", "description": "This extension translates video's audio on the current tab to your own language", "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "static\/img\/app_icon.png", "19": "static\/img\/app_icon.png", "38": "static\/img\/app_icon.png", "48": "static\/img\/app_icon.png", "128": "static\/img\/app_icon.png" }, "action": { "default_icon": "static\/img\/app_icon.png", "default_title": "iTour Video Translation", "default_popup": "popup.html" }, "options_page": "option.html", "background": { "service_worker": "background.main.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [], "js": [ "content.main.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "downloads", "unlimitedStorage", "cookies", "desktopCapture" ] } |