ChatGPT Prompt Queue Firefox

Examine source code of ChatGPT Prompt Queue

By: Skipeon
Inspect and view changes in ChatGPT Prompt Queue source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Prompt Automation Queue",
  "version": "1.4",
  "description": "Automate ChatGPT prompts with prompt chains and queues for efficient, time-saving interactions.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "applications": {
    "gecko": {
      "id": "chatgpt-queue@example.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "popup.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}

Best ChatGPT Prompt Queue Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Prompt Queue: