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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Works with any website with audio, supports multiple languages and translations"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AiMu - Real time audio to subtitle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}