AiMu - Real time audio to subtitle
Works with any website with audio, supports multiple languages and translations
ما هو AiMu - Real time audio to subtitle؟
AiMu - Real time audio to subtitle هو إضافة Chrome تم تطويرها بواسطة https://aimu.app، والميزة الرئيسية لها هي "Works with any website with audio, supports multiple languages and translations".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AiMu - Real time audio to subtitle
قم بتنزيل ملفات الامتداد AiMu - Real time audio to subtitle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instructions ------------------ Using the industry's most advanced speech recognition service, relying on powerful algorithms to convert the sound of the web page into subtitles in real time, and translate it into the language you need in real time, with industry-leading recognition accuracy and efficiency for general and vertical scenarios, helping fast Understanding the audio and video of web pages greatly reduces labor costs. It is suitable for a variety of scenarios such as watching movies, listening to music, listening to radio, Internet calls and online classes, etc. Official website ------------------ https://aimu.app Privacy policy ------------------ https://aimu.app/privacy-policy.html
معلومات أساسية عن التمديد
الاسم | AiMu - Real time audio to subtitle |
ID | dogbgbjckgkpebicolofikcbhgkfkdkg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aimu-real-time-audio-to-s/dogbgbjckgkpebicolofikcbhgkfkdkg |
الوصف | Works with any website with audio, supports multiple languages and translations |
حجم الملف | 459 KB |
عدد التثبيتات | 3,715 |
النسخة الحالية | 1.1.8 |
آخر تحديث | 2022-07-12 |
تاريخ النشر | 2022-04-03 |
تقييم | 1.00/5 مجموع تقييمات 3 |
المطور | https://aimu.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://aimu.app |
عنوان صفحة المساعدة | https://aimu.app |
عنوان صفحة سياسة الخصوصية | https://aimu.app/privacy-policy.html |
اللغات المدعومة | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.8", "description": "__MSG_description__", "default_locale": "en", "homepage_url": "https:\/\/aimu.app\/", "manifest_version": 3, "options_page": "options.html", "host_permissions": [ "*:\/\/aimu.app\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "tabCapture" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_title__", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/aimu.app\/*" ], "run_at": "document_start", "js": [ "aimu.js" ] } ] } |