Midjourney Images Batch Downloader

This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use

Midjourney Images Batch Downloader là gì?

Midjourney Images Batch Downloader là một tiện ích mở rộng Chrome được phát triển bởi Paddy, và tính năng chính của nó là "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Midjourney Images Batch Downloader 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

                        This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use                    

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

Tên Midjourney Images Batch Downloader Midjourney Images Batch Downloader
ID ebfjplhghiableefgjopkechlpgekfcb
URL Chính Thức https://chromewebstore.google.com/detail/midjourney-images-batch-d/ebfjplhghiableefgjopkechlpgekfcb
Mô tả This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
Kích Thước Tệp 24.13 KB
Số Lần Cài Đặt 356
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2023-05-12
Nhà Phát Triển Paddy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Midjourney Images Batch Downloader",
    "description": "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "19": "assets\/icon.png",
            "20": "assets\/icon.png",
            "32": "assets\/icon.png",
            "38": "assets\/icon.png",
            "40": "assets\/icon.png"
        }
    },
    "icons": {
        "128": "assets\/icon.png",
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "64": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}