Live subtitle with translation
Live audio/video streaming subtitle with translation
Live subtitle with translation क्या है?
Live subtitle with translation Beffroi Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live audio/video streaming subtitle with translation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Live subtitle with translation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance your browsing experience with our Chrome extension that brings live subtitles and instant translation to any online content! 🚀 https://subtitle.raccourci.top Key Features: 🎙️ Live Subtitles: Experience real-time subtitles for videos and audios across the web. Break barriers. Stream Anywhere, Understand Everywhere! 🌐 Instant Translation: Seamlessly translate subtitles into your preferred language with a single click. Enjoy content in multiple languages without missing a beat, fostering a global and inclusive online environment. 🔒 Privacy-Focused: Rest easy knowing your privacy is our top priority. Our extension processes everything locally on your device, keeping your personal information secure and protected. 🚀 Lightweight and User-Friendly: No heavy installations or complex configurations. Our extension is designed to be lightweight, efficient, and easy to use, providing a hassle-free experience for users of all levels.
एक्सटेंशन की मूल जानकारी
नाम | Live subtitle with translation |
ID | nphdnilkdkhfkobojgmcjpbnpnjlipip |
आधिकारिक URL | https://chromewebstore.google.com/detail/live-subtitle-with-transl/nphdnilkdkhfkobojgmcjpbnpnjlipip |
विवरण | Live audio/video streaming subtitle with translation |
फ़ाइल का आकार | 193 KB |
स्थापना संख्या | 315 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2023-11-27 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | Beffroi Studio |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://subtitle.raccourci.top |
गोपनीयता नीति पृष्ठ URL | https://subtitle.raccourci.top/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live subtitle with translation", "description": "Live audio\/video streaming subtitle with translation", "version": "0.0.9", "manifest_version": 3, "permissions": [ "scripting", "background", "tabs", "activeTab", "storage", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "https:\/\/*.raccourci.top" ], "action": { "default_popup": "popup.html", "default_title": "Click to start", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "background": { "service_worker": "js\/background.js" } } |