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 Paddy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Midjourney Images Batch Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}