Fjorney
Midjourney Bot | Midjourney Api | Midjourney Auto
Что такое Fjorney?
Fjorney - это расширение Chrome, разработанное https://fjorney.com, и его основная функция - "Midjourney Bot | Midjourney Api | Midjourney Auto".
Снимки экрана расширения
Скачать файл CRX расширения Fjorney
Скачайте файлы расширений Fjorney в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Midjourney Automation tool. Queue prompts to automatically generate images via midjourney. Midjourney api - hook up your servers to midjourney
Основная информация о расширении
Название | Fjorney |
ID | nemomhmkkfjabmpkbkgcfigmhfgkkjpk |
Официальный URL | https://chromewebstore.google.com/detail/fjorney/nemomhmkkfjabmpkbkgcfigmhfgkkjpk |
Описание | Midjourney Bot | Midjourney Api | Midjourney Auto |
Размер файла | 157 KB |
Количество установок | 41 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2023-12-30 |
Дата публикации | 2023-12-07 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | https://fjorney.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://fjorney.com |
URL страницы помощи | https://fjorney.com/help |
URL страницы политики конфиденциальности | https://fjorney.com/privacy-policy |
Поддерживаемые языки | 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" } } |