GPTPromptMaster Firefox

Examine source code of GPTPromptMaster

By: mcfrank Add-on
Inspect and view changes in GPTPromptMaster source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GPTPromptMaster",
  "version": "1.0.5",
  "description": "Create custom Pre and Postprompts for ChatGPT",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "GPTPromptMaster@mcfrank.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}

Best GPTPromptMaster Alternatives

Here are some Firefox add-ons that are similar to GPTPromptMaster: