Promptalot Helper

A Google Chrome extension that makes it easier to work with Midjourney and Promptalot.

Qu'est-ce que Promptalot Helper ?

Promptalot Helper est une extension Chrome développée par https://promptalot.com, et sa fonction principale est "A Google Chrome extension that makes it easier to work with Midjourney and Promptalot.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Promptalot Helper

Téléchargez les fichiers d'extension Promptalot Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ⚠️ TECHNICAL PROBLEM? ⚠️
Please contact the developer before leaving a negative review. You are dealing with a real human being here.
–
I think we can all agree that Discord is a suboptimal place for working with Midjourney. And the endless copying and pasting makes the already cumbersome constraints of the platform only worse. The Promptalot Helper extension aims to eliminate most of these problems and supercharges your prompting experience.

Whether you want to copy an entire prompt or only a specific part of it, or perhaps you want to download an image, Promptalot makes it a breeze and will save you thousands of unnecessary clicks. It also allows you to manage your prompts on the Promptalot platform where you can collect and curate your very best prompts.

So what happens once Midjourney moves to its new web interface? Don't worry, Promptalot will be there to help you solve all of those tiny little inefficiencies which even the most polished web UI is guaranteed to produce. If it's annoying, Promptalot will eventually fix it.

👋 Do you use the Discord Desktop/Mobile App? ❓
This is a browser extension. Emphasis on "browser". So this will only work if you actually use the browser-version of Discord. There is absolutely no way for a Chrome extension to impact anything outside the browser. It's just not possible.

⚠️ Permission Requirements ⚠️
In order to work and help you get the most out of your prompting experience, the Promptalot Helper extension needs access to pages hosted on discord.com, midjourney.com and promptalot.com. Without these permissions, it is impossible for the extension to attach itself to the UI. No data is collected by the extension. It only helps you do things directly on the page and, if you have a Promptalot account, manage your prompts directly from Midjourney.

🆕 What's New 🆕
• [v0.0.46, 2024-02-15]: Fixed "blocked" scrollbar in Discord. Also resized the sidebar button in Discord. Fixed CSS issues in the Alpha Web UI in Dark Mode. Optimized overall CSS delivery.
• [v0.0.45, 2024-02-08]: Fixed all image-related features due to newly-implemented hotlinking protection by Midjourney/Discord.
• [v0.0.44, 2024-02-07]: Added the "Remove Background" button to the Web UI (settings are still in the Discord, sorry). Various smaller optimizations.
• [v0.0.43, 2024-01-25]: Added small extension popup with "Quick Settings". Allows you to enable or disable the sidebar button (Discord only).
• [v0.0.42, 2024-01-24]: Mini-update that re-positions and re-colors the image toolbars. Slight adjustments made to the size of the Promptalot sidebar button too.
• [v0.0.41, 2024-01-23]: Full integration of sidebar as well as phase 1 of WebUI integration on Midjourney.com.
• [v0.0.40, 2024-01-19]: Skipped due to bugs.
• [v0.0.39, 2024-01-11]: Fixed bug in new experimental sidebar. Also add support for adding new prompts via the sidebar. Feature is now entering final testing before wider release.
• [v0.0.38, 2024-01-07]: Add "Experimental" feature section for PRO users, including an early version of the new Promptalot sidebar with Discord and Web UI support.
• [v0.0.37, 2023-12-30]: Fixed bug that would occur when trying to add a prompt that contain certain special characters.
• [v0.0.36, 2023-12-20]: Temporary rollback of UI integration due to unforeseen issues with blocked iframe content. I'm investigating and looking for a fix. 
• [v0.0.35, 2023-12-19]: "Light" integration of Promptalot into MJ Web UI, making Promptalot more easily accessible from within the same tab.
• [v0.0.34, 2023-12-13]: Changed behaviour the "Split Image" feature. It no longer puts the images into a ZIP file. Also compatible with the "Auto-Rename" feature.
• [v0.0.33, 2023-12-10]: Fixed bug in "Delete"-Button that would leave parts of the interface without functionality.
• [v0.0.32, 2023-12-05]: Added ability to deactivate the Auto-Rename feature to avoid conflicts with default download behaviour of the browser.
• [v0.0.31, 2023-12-01]: Added customizable Auto-Rename feature to Download-Button for PRO users. Configurable via the control panel.
• [v0.0.30, 2023-11-07]: Feature Request button now points to internal Promptalot request page for better tracking.
• [v0.0.29, 2023-11-04]: Midjourney.com Support – Preparations made for Promptalot Helper compatible with Midjourney's new web UI.
• [v0.0.28, 2023-10-25]: Bug Fix – Discord made changes to its source code. The extension could no longer attach to the UI.                    

Informations de Base sur l'Extension

Nom Promptalot Helper Promptalot Helper
ID mcjihhgddailfldjgkjjokalgmhidmnm
URL Officiel https://chromewebstore.google.com/detail/promptalot-helper/mcjihhgddailfldjgkjjokalgmhidmnm
Description A Google Chrome extension that makes it easier to work with Midjourney and Promptalot.
Taille du Fichier 347 KB
Nombre d'Installations 11,992
Version Actuelle 0.0.46
Dernière Mise à Jour 2024-02-16
Date de Publication 2023-05-17
Évaluation 4.50/5 Total 50 Évaluations
Développeur https://promptalot.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://promptalot.com
URL de la Page d'Aide https://promptalot.com
Langues Prises en Charge en
manifest.json
{
    "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.46",
    "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": [
                "dist\/assets\/app.css",
                "html\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "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
        }
    ]
}