Midjourney Images Batch Downloader
This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
What is Midjourney Images Batch Downloader?
Midjourney Images Batch Downloader is a Chrome extension developed by Paddy, and its main feature is "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use".
Extension Screenshots
Download Midjourney Images Batch Downloader Extension CRX File
Download Midjourney Images Batch Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
Extension Basic Information
Name | Midjourney Images Batch Downloader |
ID | ebfjplhghiableefgjopkechlpgekfcb |
Official URL | https://chromewebstore.google.com/detail/midjourney-images-batch-d/ebfjplhghiableefgjopkechlpgekfcb |
Description | This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use |
File Size | 24.13 KB |
Installation Count | 356 |
Current Version | 1.0.0 |
Last Updated | 2023-05-12 |
Publish Date | 2023-05-12 |
Developer | Paddy |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |