Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Split midjourney Images",
"version": "1.2",
"description": "Right-click on any image within a webpage and effortlessly batch cut MidJourney's grid image (like a 4-by-4) into single images",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": []
}