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                     扩展基本信息
| 名称 |  | 
| 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 | 
| 电子邮箱 | [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"
    }
} | |