TempGPT Firefox

Examine source code of TempGPT

Inspect and view changes in TempGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TempGPT",
  "version": "1.7",
  "description": "Automatically set ChatGPT and/or Claude to temporary chat mode, or redirect to a project when opened.",
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://chatgpt.com/",
    "https://claude.ai/",
    "https://claude.ai/new"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tempgpt@devksingh.com"
    }
  }
}

Best TempGPT Alternatives

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