Fjorney

Midjourney Bot | Midjourney Api | Midjourney Auto

Apa itu Fjorney?

Fjorney adalah ekstensi Chrome yang dikembangkan oleh https://fjorney.com, dan fitur utamanya adalah "Midjourney Bot | Midjourney Api | Midjourney Auto".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fjorney

Unduh file ekstensi Fjorney dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Midjourney Automation tool.

Queue prompts to automatically generate images via midjourney.

Midjourney api - hook up your servers to midjourney                    

Informasi Dasar Ekstensi

Nama Fjorney Fjorney
ID nemomhmkkfjabmpkbkgcfigmhfgkkjpk
URL Resmi https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Deskripsi Midjourney Bot | Midjourney Api | Midjourney Auto
Ukuran File 157 KB
Jumlah Instalasi 41
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-12-30
Tanggal Publikasi 2023-12-07
Penilaian 5.00/5 Total 9 Penilaian
Pengembang https://fjorney.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fjorney.com
URL Halaman Bantuan https://fjorney.com/help
URL Halaman Kebijakan Privasi https://fjorney.com/privacy-policy
Bahasa yang Didukung 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"
    }
}