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開發的Chrome擴展程式,該擴展的主要功能是“Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.”。

擴展截圖

screenshot
screenshot

下載Midjourney AutoPilot擴展crx文件

下載Midjourney AutoPilot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}