MediaX

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

Was ist MediaX?

MediaX ist eine Chrome-Erweiterung, die von stejas809 entwickelt wurde, und ihr Hauptmerkmal ist "✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MediaX-Erweiterungs-CRX-Datei herunterladen

Laden Sie MediaX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ✓ 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.                    

Grundlegende Informationen zur Erweiterung

Name MediaX MediaX
ID fdlmmbckcdkbjgeinpokkhfihblalpjl
Offizielle URL https://chromewebstore.google.com/detail/mediax/fdlmmbckcdkbjgeinpokkhfihblalpjl
Beschreibung ✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…
Dateigröße 505 KB
Installationsanzahl 88
Aktuelle Version 1.1.2
Letztes Update 2023-07-04
Veröffentlichungsdatum 2023-06-08
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler stejas809
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}