Live subtitle with translation
Live audio/video streaming subtitle with translation
ما هو Live subtitle with translation؟
Live subtitle with translation هو إضافة Chrome تم تطويرها بواسطة Beffroi Studio، والميزة الرئيسية لها هي "Live audio/video streaming subtitle with translation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Live subtitle with translation
قم بتنزيل ملفات الامتداد Live subtitle with translation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |