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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AiMu - Real time audio to subtitle

ดาวน์โหลดไฟล์ส่วนขยาย AiMu - Real time audio to subtitle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ https://aimu.app
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}