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" ] } ] } |