Midjourney Grid Splitter - Image Splitter

Split a grid of images (like a 4-by-4) generated by diffusion models by Midjourney or Stable Diffusion into individual images.

What is Midjourney Grid Splitter - Image Splitter?

Midjourney Grid Splitter - Image Splitter is a Chrome extension developed by cocoa man, and its main feature is "Split a grid of images (like a 4-by-4) generated by diffusion models by Midjourney or Stable Diffusion into individual images.".

Extension Screenshots

screenshot
screenshot

Download Midjourney Grid Splitter - Image Splitter Extension CRX File

Download Midjourney Grid Splitter - Image Splitter 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

                        Use the MJ Grid Splitter to split your Midjourney Grid into single images.
one click to download and save them into your computer.

# FEATURES

✓ Split Midjourney 4x4 grid image into single images.
✓ Split by upload image or paste a Midjourney image URL.

# SUPPORT

If you have any questions, please keep in touch via [email protected].

MJ Grid Splitter is not affiliated with Midjourney.                    

Extension Basic Information

Name Midjourney Grid Splitter - Image Splitter Midjourney Grid Splitter - Image Splitter
ID fkainebfeahgcncnglfdbnelnbjllieo
Official URL https://chromewebstore.google.com/detail/midjourney-grid-splitter/fkainebfeahgcncnglfdbnelnbjllieo
Description Split a grid of images (like a 4-by-4) generated by diffusion models by Midjourney or Stable Diffusion into individual images.
File Size 516 KB
Installation Count 174
Current Version 1.0.0
Last Updated 2023-03-28
Publish Date 2023-03-28
Rating 3.33/5 Total 3 Ratings
Developer cocoa man
Email [email protected]
Payment Type free
Extension Website https://mjsplitter.extensionsfox.com/
Privacy Policy Page URL https://mjsplitter.extensionsfox.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.0",
    "homepage_url": "https:\/\/mjsplitter.extensionsfox.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.discord.com\/*",
        "*:\/\/*.discordapp.com\/*"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}