Fjorney

Midjourney Bot | Midjourney Api | Midjourney Auto

Hvad er Fjorney?

Fjorney er en Chrome-udvidelse udviklet af https://fjorney.com, og dens hovedfunktion er "Midjourney Bot | Midjourney Api | Midjourney Auto".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Fjorney-udvidelses-CRX-fil

Download Fjorney-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Midjourney Automation tool.

Queue prompts to automatically generate images via midjourney.

Midjourney api - hook up your servers to midjourney                    

Grundlæggende oplysninger om udvidelsen

Navn Fjorney Fjorney
ID nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Officiel URL https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Beskrivelse Midjourney Bot | Midjourney Api | Midjourney Auto
Filstørrelse 157 KB
Antal Installationer 41
Nuværende Version 1.1.0
Senest Opdateret 2023-12-30
Udgivelsesdato 2023-12-07
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler https://fjorney.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://fjorney.com
Hjælpeside-URL https://fjorney.com/help
URL til Fortrolighedspolitik Side https://fjorney.com/privacy-policy
Understøttede Sprog 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"
    }
}