Midjourney Images Batch Downloader

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

Apa itu Midjourney Images Batch Downloader?

Midjourney Images Batch Downloader adalah ekstensi Chrome yang dikembangkan oleh Paddy, dan fitur utamanya adalah "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Midjourney Images Batch Downloader

Unduh file ekstensi Midjourney Images Batch Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Midjourney Images Batch Downloader Midjourney Images Batch Downloader
ID ebfjplhghiableefgjopkechlpgekfcb
URL Resmi https://chromewebstore.google.com/detail/midjourney-images-batch-d/ebfjplhghiableefgjopkechlpgekfcb
Deskripsi This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
Ukuran File 24.13 KB
Jumlah Instalasi 356
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-05-12
Tanggal Publikasi 2023-05-12
Pengembang Paddy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}