Midjourney Images Batch Downloader
This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
Hvad er Midjourney Images Batch Downloader?
Midjourney Images Batch Downloader er en Chrome-udvidelse udviklet af Paddy, og dens hovedfunktion er "This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use".
Udvidelsesskærmbilleder
Download Midjourney Images Batch Downloader-udvidelses-CRX-fil
Download Midjourney Images Batch Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use
Grundlæggende oplysninger om udvidelsen
Navn | Midjourney Images Batch Downloader |
ID | ebfjplhghiableefgjopkechlpgekfcb |
Officiel URL | https://chromewebstore.google.com/detail/midjourney-images-batch-d/ebfjplhghiableefgjopkechlpgekfcb |
Beskrivelse | This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use |
Filstørrelse | 24.13 KB |
Antal Installationer | 356 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-05-12 |
Udgivelsesdato | 2023-05-12 |
Udvikler | Paddy |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |