Fjorney
Midjourney Bot | Midjourney Api | Midjourney Auto
Wat is Fjorney?
Fjorney is een Chrome-extensie ontwikkeld door https://fjorney.com, en de belangrijkste functie is "Midjourney Bot | Midjourney Api | Midjourney Auto".
Extensie Screenshots
Download het CRX-bestand van de extensie Fjorney
Download Fjorney-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Midjourney Automation tool. Queue prompts to automatically generate images via midjourney. Midjourney api - hook up your servers to midjourney
Basisinformatie over de Extensie
Naam | Fjorney |
ID | nemomhmkkfjabmpkbkgcfigmhfgkkjpk |
Officiële URL | https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk |
Beschrijving | Midjourney Bot | Midjourney Api | Midjourney Auto |
Bestandsgrootte | 157 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-12-30 |
Publicatiedatum | 2023-12-07 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://fjorney.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://fjorney.com |
Help Pagina-URL | https://fjorney.com/help |
URL van de Privacybeleid Pagina | https://fjorney.com/privacy-policy |
Ondersteunde Talen | 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" } } |