AiMu - Real time audio to subtitle

Works with any website with audio, supports multiple languages and translations

Co je AiMu - Real time audio to subtitle?

AiMu - Real time audio to subtitle je rozšíření Chrome vyvinuté https://aimu.app, a jeho hlavní funkcí je „Works with any website with audio, supports multiple languages and translations“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AiMu - Real time audio to subtitle

Stáhněte si soubory rozšíření AiMu - Real time audio to subtitle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název AiMu - Real time audio to subtitle AiMu - Real time audio to subtitle
ID dogbgbjckgkpebicolofikcbhgkfkdkg
Oficiální URL https://chromewebstore.google.com/detail/aimu-real-time-audio-to-s/dogbgbjckgkpebicolofikcbhgkfkdkg
Popis Works with any website with audio, supports multiple languages and translations
Velikost souboru 459 KB
Počet instalací 3,715
Aktuální Verze 1.1.8
Poslední Aktualizace 2022-07-12
Datum Vydání 2022-04-03
Hodnocení 1.00/5 Celkem 3 Hodnocení
Vývojář https://aimu.app
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://aimu.app
URL Stránky Nápovědy https://aimu.app
URL Stránky Zásad Ochrany Soukromí https://aimu.app/privacy-policy.html
Podporované Jazyky 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"
            ]
        }
    ]
}