WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Promptalot Helper

Promptalot Helper

View on Chrome Web Store
View Promptalot Helper Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (60 ratings)
1 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A Google Chrome extension that makes it easier to work with Midjourney and Promptalot.
Type
Extension
Users
10,000 users
Website promptalot.com
Tokenized AI
View author page of Tokenized AI
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 17, 2023
Version 0.0.60
Manifest version
3
Updated
Updated on March 17, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Promptalot Helper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Promptalot Helper",
    "description": "A Google Chrome extension that makes it easier to work with Midjourney and Promptalot.",
    "version": "0.0.60",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "html\/*",
                "js\/*",
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/promptalot.com\/*",
                "https:\/\/discord.com\/*",
                "https:\/\/midjourney.com\/*",
                "https:\/\/*.midjourney.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.7.0.min.js",
                "js\/paLoader.js",
                "js\/paPromptalot.js",
                "js\/paSettings.js",
                "js\/paInterface.js",
                "js\/paObserver.js",
                "js\/paSwitch.js",
                "js\/paControlPanel.js",
                "js\/paApp.js",
                "js\/paToolbars.js",
                "js\/paStats.js",
                "js\/paUtils.js"
            ],
            "all_frames": false
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top