MediaX

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

MediaX là gì?

MediaX là một tiện ích mở rộng Chrome được phát triển bởi stejas809, và tính năng chính của nó là "✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MediaX

Tải xuống các tệp mở rộng MediaX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MediaX MediaX
ID fdlmmbckcdkbjgeinpokkhfihblalpjl
URL Chính Thức https://chromewebstore.google.com/detail/mediax/fdlmmbckcdkbjgeinpokkhfihblalpjl
Mô tả ✓ Seamlessly upload images, MP3, and MP4 files on ChatGPT, Google Bard and BING AI chat ✓ Instantly obtain accurate text…
Kích Thước Tệp 505 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-07-04
Ngày Phát Hành 2023-06-08
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển stejas809
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}