Effortless Midjourney
Super power your Midjourney AI art generation, find that perfect image!
Effortless Midjourneyとは何ですか?
Effortless Midjourneyはhttps://arcane.africaによって開発されたChromeの拡張機能で、その主な機能は「Super power your Midjourney AI art generation, find that perfect image!」です。
拡張機能のスクリーンショット
Effortless Midjourney拡張機能のCRXファイルをダウンロード
Effortless Midjourney拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enjoy a completely hands-free and effortless experience with Effortless Midjourney. What would previously take hours can now be done in seconds. All you do is click 'Generate Images' and come back later to review the results. The extension takes care of all the interactions with Midjourney on Discord on your behalf. Need help? Watch Youtube tutorial: https://youtu.be/6wLrsTp6rxA Join Discord server: https://discord.gg/pFYtdPNHps Read User Guide: https://arcane.africa/effortless-midjourney/guides/how-to-use-effortless-midjourney With the extension you can generate prompts from an idea using ChatGPT OR write you own prompts to test different variations. Thereafter, the extension with one click will automatically: - - Generate all specified AI images - Upscale those images - And then save all the images directly to your computer This is a huge improvement from the normal tedious and time-consuming process of manually generating, upscaling, and saving each image. Note that the extension has three tiers: - - Free: 10 image prompts a day, 50 generation requests a month - Premium: 100 image prompts a day, 500 generation requests a month - Pro: Unlimited image prompts a day, 1500 generation requests a month. Pro accounts will also have access to additional features in future. Each image prompt is up to 4 images generated, upscaled and saved; i.e. 40 images a day on the Free Plan. Each ChatGPT generation request is up to 50 prompts; i.e 2500 prompts generated a month on the Free Plan. You can subscribe to higher tier packages on our website, https://arcane.africa/. Also note that you will also need to be a Midjourney subscriber to make use of the extension. App Usage: - 1) Sign up to Midjourney, join their Discord group and invite their bot to a private server 2) Log into Discord in Chrome 3) Navigate to your private server with the bot installed 4) You may now use the extension to generate infinite AI art Note: To enable automatic image downloads you must: - 1) Untick the 'Ask where to save each file before downloading' in Chrome settings 2) Allow 'Automatic Downloads' for the Discord website Detailed instructions and videos can be found on our website, https://arcane.africa/. Or alternatively reach out to us for further assistance https://arcane.africa/#contact Good luck with your project!
拡張機能の基本情報
名前 | Effortless Midjourney |
ID | imhcfncgdcokgbbkiphamnngjdlngige |
公式URL | https://chromewebstore.google.com/detail/effortless-midjourney/imhcfncgdcokgbbkiphamnngjdlngige |
説明 | Super power your Midjourney AI art generation, find that perfect image! |
ファイルサイズ | 151 KB |
インストール数 | 4,431 |
現在のバージョン | 1.826 |
最終更新日 | 2024-02-12 |
公開日 | 2023-03-10 |
評価 | 3.58/5 合計 12 レビュー |
開発者 | https://arcane.africa |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://arcane.africa/effortless-midjourney/ |
ヘルプページのURL | https://arcane.africa/#contact |
プライバシーポリシーページのURL | https://arcane.africa/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Effortless Midjourney", "description": "Super power your Midjourney AI art generation, find that perfect image!", "version": "1.826", "action": { "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/discord.com\/channels\/*" ], "exclude_matches": [ "https:\/\/discord.com\/channels\/662267976984297473\/*", "https:\/\/discord.com\/channels\/1046979304547954728\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "webRequest", "declarativeContent", "tabs" ], "host_permissions": [ "https:\/\/*.discord.com\/*", "https:\/\/*.arcane.africa\/*" ], "background": { "service_worker": "background.js" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtqxhHhwcta7mMnNerD9mQZURjeH01z96HdUkiIWAwbqAeaMvMdRWcXajUpZnKMNXV\/tboHtjrlGKOzhRCNkRRboU1jHIPHks0iXnFFJafB5kVnUag+9GyXL49MlmG7AaEJ1WYxBuKmkFDg2t8fDoY5n8FHdI1BzE8oJaPbry5jdP9tSQoSISF+SUlh6aa\/FCArCdPAldPHpgwD4UUQDAIacdNphJfJlaV+fAiTrV1Bbdv3JHs\/9GWXwuVe1M+n6PegJe2r6lDRceVmJ7FLCBSp7Og7Q\/XAI\/VmmsFKKez\/I5kOlcN4rCbMLZk8vtwqZmNbCSOsIhzLeIewHRmUXNdwIDAQAB" } |