Midjourney Images Batch Downloader
This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
Τι είναι το Midjourney Images Batch Downloader;
Το Midjourney Images Batch Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paddy, και η κύρια λειτουργία του είναι "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Midjourney Images Batch Downloader
Λήψη αρχείων επέκτασης Midjourney Images Batch Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
Βασικές Πληροφορίες Επέκτασης
Όνομα | Midjourney Images Batch Downloader |
ID | ebfjplhghiableefgjopkechlpgekfcb |
Επίσημο URL | https://chromewebstore.google.com/detail/midjourney-images-batch-d/ebfjplhghiableefgjopkechlpgekfcb |
Περιγραφή | This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use |
Μέγεθος Αρχείου | 24.13 KB |
Αριθμός Εγκαταστάσεων | 356 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-05-12 |
Ημερομηνία Δημοσίευσης | 2023-05-12 |
Προγραμματιστής | Paddy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Midjourney Images Batch Downloader", "description": "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use", "version": "1.0.0", "manifest_version": 3, "action": { "default_icon": { "16": "assets\/icon.png", "19": "assets\/icon.png", "20": "assets\/icon.png", "32": "assets\/icon.png", "38": "assets\/icon.png", "40": "assets\/icon.png" } }, "icons": { "128": "assets\/icon.png", "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "64": "assets\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/discord.com\/*" ], "js": [ "content.js" ] } ] } |