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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}