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 |
官方網址 | 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 |
電子郵箱 | [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" } } |