Fjorney

Midjourney Bot | Midjourney Api | Midjourney Auto

Was ist Fjorney?

Fjorney ist eine Chrome-Erweiterung, die von https://fjorney.com entwickelt wurde, und ihr Hauptmerkmal ist "Midjourney Bot | Midjourney Api | Midjourney Auto".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Fjorney-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fjorney-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Midjourney Automation tool.

Queue prompts to automatically generate images via midjourney.

Midjourney api - hook up your servers to midjourney                    

Grundlegende Informationen zur Erweiterung

Name Fjorney Fjorney
ID nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Offizielle URL https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Beschreibung Midjourney Bot | Midjourney Api | Midjourney Auto
Dateigröße 157 KB
Installationsanzahl 41
Aktuelle Version 1.1.0
Letztes Update 2023-12-30
Veröffentlichungsdatum 2023-12-07
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler https://fjorney.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fjorney.com
Hilfeseite URL https://fjorney.com/help
URL der Datenschutzrichtlinien-Seite https://fjorney.com/privacy-policy
Unterstützte Sprachen 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"
    }
}