TempGPT Firefox

Examine source code of TempGPT

제작자: Dev Singh
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"
    }
  }
}

최고의 TempGPT 대안

다음은 TempGPT과(와) 유사한 Firefox add-on입니다: