Fjorney

Midjourney Bot | Midjourney Api | Midjourney Auto

What is Fjorney?

Fjorney is a Chrome extension developed by https://fjorney.com, and its main feature is "Midjourney Bot | Midjourney Api | Midjourney Auto".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Fjorney Extension CRX File

Download Fjorney extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Midjourney Automation tool.

Queue prompts to automatically generate images via midjourney.

Midjourney api - hook up your servers to midjourney                    

Extension Basic Information

Name Fjorney Fjorney
ID nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Official URL https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk
Description Midjourney Bot | Midjourney Api | Midjourney Auto
File Size 157 KB
Installation Count 41
Current Version 1.1.0
Last Updated 2023-12-30
Publish Date 2023-12-07
Rating 5.00/5 Total 9 Ratings
Developer https://fjorney.com
Email [email protected]
Payment Type free
Extension Website https://fjorney.com
Help Page URL https://fjorney.com/help
Privacy Policy Page URL https://fjorney.com/privacy-policy
Supported Languages 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"
    }
}