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은(는) https://aimu.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Works with any website with audio, supports multiple languages and translations"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AiMu - Real time audio to subtitle 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}