Midjourney AutoPilot

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

Wat is Midjourney AutoPilot?

Midjourney AutoPilot is een Chrome-extensie ontwikkeld door Wynter Jones, en de belangrijkste functie is "Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Midjourney AutoPilot

Download Midjourney AutoPilot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Midjourney AutoPilot Midjourney AutoPilot
ID klfggcfbjfgacdeaoappmcnefemkhpam
Officiële URL https://chromewebstore.google.com/detail/midjourney-autopilot/klfggcfbjfgacdeaoappmcnefemkhpam
Beschrijving Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.
Bestandsgrootte 338 KB
Aantal Installaties 421
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-04-15
Publicatiedatum 2023-04-14
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Wynter Jones
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wynter.ai
Help Pagina-URL https://wynter.ai
URL van de Privacybeleid Pagina https://www.monetizedesign.com/privacy-policy.html
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}