MediaX

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

MediaXคืออะไร?

MediaX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stejas809 และคุณลักษณะหลักของมันคือ "✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MediaX

ดาวน์โหลดไฟล์ส่วนขยาย MediaX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MediaX MediaX
ID fdlmmbckcdkbjgeinpokkhfihblalpjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mediax/fdlmmbckcdkbjgeinpokkhfihblalpjl
คำอธิบาย ✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…
ขนาดไฟล์ 505 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-07-04
วันที่เผยแพร่ 2023-06-08
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา stejas809
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}