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はPaddyによって開発されたChromeの拡張機能で、その主な機能は「This is an extension for downloading images when using Midjourney in Discord, very simple and easy to use」です。
拡張機能のスクリーンショット
Midjourney Images Batch Downloader拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |