MediaX

✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…

Co je MediaX?

MediaX je rozšíření Chrome vyvinuté stejas809, a jeho hlavní funkcí je „✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření MediaX

Stáhněte si soubory rozšíření MediaX 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í

                        ✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat
✓ Instantly obtain accurate text transcription from images, audio, and video.
✓ Effortlessly search using screenshots.
✓ Download your output in various file formats, including Word, PPT, HTML, and PDF, while ensuring high-quality images all done on ChatGPT, BING AI chat and Bard AI
✓ Experience the convenience of viewing the output videos directly within the extension.                    

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

Název MediaX MediaX
ID fdlmmbckcdkbjgeinpokkhfihblalpjl
Oficiální URL https://chromewebstore.google.com/detail/mediax/fdlmmbckcdkbjgeinpokkhfihblalpjl
Popis ✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…
Velikost souboru 505 KB
Počet instalací 88
Aktuální Verze 1.1.2
Poslední Aktualizace 2023-07-04
Datum Vydání 2023-06-08
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář stejas809
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MediaX",
    "version": "1.1.2",
    "permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/www.bing.com\/*",
        "https:\/\/www.bard.google.com\/*",
        "https:\/\/www.chat.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/bard.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "15": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}