Prompt Powerup Firefox

Examine source code of Prompt Powerup

Inspect and view changes in Prompt Powerup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prompt Powerup",
  "version": "1.1",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "48": "icons/PromptPowerup.png"
  },
  "description": "Prompt powerup allows for navigating different prompts without leaving the tab!",
  "browser_specific_settings": {
    "gecko": {
      "id": "promptpowerup@extension.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "js": [
        "dist/content.js"
      ]
    }
  ],
  "action": {
    "default_title": "Prompt Powerup",
    "default_popup": "index.html"
  }
}

Best Prompt Powerup Alternatives

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