ChatGPT Prefixer (Overlay) Firefox

Examine source code of ChatGPT Prefixer (Overlay)

By: rbtree
Inspect and view changes in ChatGPT Prefixer (Overlay) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Prefixer (Overlay)",
  "version": "1.1.4",
  "description": "Always prefill ChatGPT input with a configurable prefix. Overlay toggles above the composer.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "thinkhard-websearch@local"
    }
  }
}

Best ChatGPT Prefixer (Overlay) Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Prefixer (Overlay):