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 là gì?

Midjourney AutoPilot là một tiện ích mở rộng Chrome được phát triển bởi Wynter Jones, và tính năng chính của nó là "Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Midjourney AutoPilot

Tải xuống các tệp mở rộng Midjourney AutoPilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Midjourney AutoPilot Midjourney AutoPilot
ID klfggcfbjfgacdeaoappmcnefemkhpam
URL Chính Thức https://chromewebstore.google.com/detail/midjourney-autopilot/klfggcfbjfgacdeaoappmcnefemkhpam
Mô tả Embark on a downloading quest, simply add a list of prompts, then sit back as each prompt is upscaled & downloaded automatically.
Kích Thước Tệp 338 KB
Số Lần Cài Đặt 421
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2023-04-14
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Wynter Jones
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wynter.ai
URL Trang Trợ Giúp https://wynter.ai
URL Trang Chính Sách Bảo Mật https://www.monetizedesign.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}