Fjorney
Midjourney Bot | Midjourney Api | Midjourney Auto
Fjorneyとは何ですか?
Fjorneyはhttps://fjorney.comによって開発されたChromeの拡張機能で、その主な機能は「Midjourney Bot | Midjourney Api | Midjourney Auto」です。
拡張機能のスクリーンショット
Fjorney拡張機能のCRXファイルをダウンロード
Fjorney拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Midjourney Automation tool. Queue prompts to automatically generate images via midjourney. Midjourney api - hook up your servers to midjourney
拡張機能の基本情報
名前 | Fjorney |
ID | nemomhmkkfjabmpkbkgcfigmhfgkkjpk |
公式URL | https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk |
説明 | Midjourney Bot | Midjourney Api | Midjourney Auto |
ファイルサイズ | 157 KB |
インストール数 | 41 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-12-30 |
公開日 | 2023-12-07 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | https://fjorney.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fjorney.com |
ヘルプページのURL | https://fjorney.com/help |
プライバシーポリシーページのURL | https://fjorney.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fjorney", "description": "Midjourney Bot | Midjourney Api | Midjourney Auto", "version": "1.1.0", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/jquery-ui-v1.13.2.min.js", "js\/jquery.toast.min.js", "main.js" ], "matches": [ "https:\/\/discord.com\/*", "https:\/\/*.discord.com\/*" ], "run_at": "document_end" }, { "css": [], "js": [ "content.js" ], "matches": [ "http:\/\/localhost:3080\/", "http:\/\/localhost:3080\/*", "https:\/\/fjorney.com\/*", "https:\/\/*.fjorney.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/discord.com\/*", "https:\/\/*.discord.com\/*", "http:\/\/localhost:3080\/", "https:\/\/fjorney.com\/*", "https:\/\/*.fjorney.com\/*" ], "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" } } |