Midjourney AutoPilot

Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.

Midjourney AutoPilot क्या है?

Midjourney AutoPilot Wynter Jones द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically."।

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

screenshot
screenshot

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

crx प्रारूप में Midjourney AutoPilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Load a list of prompts into the Midjourney AutoPilot tool and click "Run Automation" to start generating images, upscaling, automatically downloading each image.

Run safe automation with our random delay that you can set to slowly or quickly generate 100s of images on auto pilot.

The perfect tool for any one using Midjourney and just needs to generate a lot of images really fast. 

Completely free, no sign up or credit card required. 

Use with caution. 

You can find more AI tools @ wynter.ai                    

एक्सटेंशन की मूल जानकारी

नाम Midjourney AutoPilot Midjourney AutoPilot
ID klfggcfbjfgacdeaoappmcnefemkhpam
आधिकारिक URL https://chromewebstore.google.com/detail/midjourney-autopilot/klfggcfbjfgacdeaoappmcnefemkhpam
विवरण Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.
फ़ाइल का आकार 338 KB
स्थापना संख्या 421
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-15
प्रकाशन तिथि 2023-04-14
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Wynter Jones
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wynter.ai
सहायता पृष्ठ URL https://wynter.ai
गोपनीयता नीति पृष्ठ URL https://www.monetizedesign.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Midjourney AutoPilot",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.",
    "homepage_url": "https:\/\/wynter.ai",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Midjourney AutoPilot",
        "default_popup": "app\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest"
    ],
    "background": {
        "service_worker": "app\/background.js"
    },
    "host_permissions": [
        "https:\/\/*.discord.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/*\/*?*",
                "https:\/\/discord.com\/channels\/*\/*"
            ],
            "css": [
                "app\/inject\/style.css"
            ],
            "js": [
                "app\/inject\/get-messages.js",
                "app\/inject\/save-image.js",
                "app\/inject\/submit-prompt.js",
                "app\/inject\/upscale.js",
                "app\/inject\/automation.js",
                "app\/inject\/engine.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}