Fjorney

Midjourney Bot | Midjourney Api | Midjourney Auto

Vad är Fjorney?

Fjorney är en Chrome-tillägg utvecklad av https://fjorney.com, och dess huvudfunktion är "Midjourney Bot | Midjourney Api | Midjourney Auto".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Fjorney-förlängningens CRX-fil

Ladda ner Fjorney-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Midjourney Automation tool.

Queue prompts to automatically generate images via midjourney.

Midjourney api - hook up your servers to midjourney                    

Grundläggande Information om Tillägg

Namn Fjorney Fjorney
ID nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Officiell webbadress https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Beskrivning Midjourney Bot | Midjourney Api | Midjourney Auto
Filstorlek 157 KB
Antal Installationer 41
Aktuell Version 1.1.0
Senast Uppdaterad 2023-12-30
Publiceringsdatum 2023-12-07
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare https://fjorney.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://fjorney.com
Hjälpsida URL https://fjorney.com/help
URL till Sekretesspolicy Sidan https://fjorney.com/privacy-policy
Stödda Språk 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"
    }
}