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؟

Midjourney Images Batch Downloader هو إضافة Chrome تم تطويرها بواسطة Paddy، والميزة الرئيسية لها هي "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Midjourney Images Batch Downloader

قم بتنزيل ملفات الامتداد Midjourney Images Batch Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Midjourney Images Batch Downloader Midjourney Images Batch Downloader
ID ebfjplhghiableefgjopkechlpgekfcb
عنوان URL الرسمي https://chromewebstore.google.com/detail/midjourney-images-batch-d/ebfjplhghiableefgjopkechlpgekfcb
الوصف This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
حجم الملف 24.13 KB
عدد التثبيتات 356
النسخة الحالية 1.0.0
آخر تحديث 2023-05-12
تاريخ النشر 2023-05-12
المطور Paddy
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}