Fjorney

Midjourney Bot | Midjourney Api | Midjourney Auto

Fjorney là gì?

Fjorney là một tiện ích mở rộng Chrome được phát triển bởi https://fjorney.com, và tính năng chính của nó là "Midjourney Bot | Midjourney Api | Midjourney Auto".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fjorney

Tải xuống các tệp mở rộng Fjorney dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Midjourney Automation tool.

Queue prompts to automatically generate images via midjourney.

Midjourney api - hook up your servers to midjourney                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fjorney Fjorney
ID nemomhmkkfjabmpkbkgcfigmhfgkkjpk
URL Chính Thức https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Mô tả Midjourney Bot | Midjourney Api | Midjourney Auto
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2023-12-07
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://fjorney.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fjorney.com
URL Trang Trợ Giúp https://fjorney.com/help
URL Trang Chính Sách Bảo Mật https://fjorney.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}