AutoJourney - Auto send Midjourney prompts

Midjourney efficiency plugin, batch sending prompts, automatic queuing, --repeat in Relax Mode, automatic upscale/download image

Τι είναι το AutoJourney - Auto send Midjourney prompts;

Το AutoJourney - Auto send Midjourney prompts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://autojourney.ai, και η κύρια λειτουργία του είναι "Midjourney efficiency plugin, batch sending prompts, automatic queuing, --repeat in Relax Mode, automatic upscale/download image".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AutoJourney - Auto send Midjourney prompts

Λήψη αρχείων επέκτασης AutoJourney - Auto send Midjourney prompts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Whether you are a new user or a veteran of MidJourney, you must have encountered the following problems (Click "Read more" to see more details):

1. Spending a lot of time every day thinking about how to write a good prompt.
2. Prompts can only be sent one by one through the /imagine command, which can be tiresome.
3. Wanting to upscale and download generated images, but having to click one by one to do so, which can also be tiring.
4. Only being able to send about 10 prompts at a time, and having to queue if you exceed this limit, which means you have to wait by your computer at all times for the images to be generated.
5. Wanting to repeat a prompt multiple times, but having to use the --repeat parameter and pay for the Fast mode, and still having a limit on the number of times you can do so.

This plugin supports batch sending, automatic queuing, automatic repeating, automatic upscaling, automatic downloading, automatic prompt generation, and other functions. Combined with GPT for efficiency, it allows Midjourney to work for you 24 hours a day.

🚀 Highlight One: Batch Sending + Automatic Queuing + Automatic Downloading
One-click batch sending of prompts, supports automatic queuing, automatic upscale, and automatic downloading. No more frequent manual operations, freeing your hands and protecting your hand health.

🛌 Highlight Two: Relax Mode + Repeated Sending
Supports automatic repetition in Relax Mode (--repeat), breaking the task limit. Send once before going to bed, and wait for the images to be collected the next day when you wake up, saving time and money.

🤖 Highlight Three: Midjourney + GPT
Utilizing GPT to automatically generate batch prompts and send them to Midjourney with one click, breaking through human imagination space, bringing you more creative inspiration.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AutoJourney - Auto send Midjourney prompts AutoJourney - Auto send Midjourney prompts
ID dkbkadmoadhbpdelhmplnolhfpdikijm
Επίσημο URL https://chromewebstore.google.com/detail/autojourney-auto-send-mid/dkbkadmoadhbpdelhmplnolhfpdikijm
Περιγραφή Midjourney efficiency plugin, batch sending prompts, automatic queuing, --repeat in Relax Mode, automatic upscale/download image
Μέγεθος Αρχείου 583 KB
Αριθμός Εγκαταστάσεων 14,961
Τρέχουσα Έκδοση 0.0.92
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2023-05-19
Αξιολόγηση 4.75/5 Συνολικά 55 Αξιολογήσεις
Προγραμματιστής https://autojourney.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://autojourney.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://autojourney.ai
URL της Σελίδας Πολιτικής Απορρήτου https://auto-journey-private-policy.vercel.app
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.0.92",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "scripts\/style.css"
            ],
            "matches": [
                "https:\/\/discord.com\/channels\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/moonvy.com\/*",
                "https:\/\/nijijourney.com\/*",
                "https:\/\/www.midjourney.com\/app\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "declarativeNetRequest",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/discord.com\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/moonvy.com\/*",
                "https:\/\/nijijourney.com\/*",
                "https:\/\/www.midjourney.com\/*"
            ],
            "resources": [
                "scripts\/main.js",
                "scripts\/poe.js",
                "scripts\/ops.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/discord.com\/*",
        "*:\/\/*.discord.com\/*",
        "*:\/\/*.poe.com\/*",
        "*:\/\/poe.com\/*",
        "*:\/\/*.moonvy.com\/*",
        "*:\/\/moonvy.com\/*",
        "*:\/\/*.nijijourney.com\/*",
        "*:\/\/nijijourney.com\/*",
        "*:\/\/*.midjourney.com\/*",
        "*:\/\/midjourney.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}