ChatGPT API Client Firefox

Examine source code of ChatGPT API Client

Inspect and view changes in ChatGPT API Client source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ChatGPT API Client",
  "description": "A module for interacting with the ChatGPT API",
  "version": "1.2",
  "manifest_version": 2,
  "homepage_url": "https://github.com/ChatGPT-Hackers/firefox-client",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/chat",
        "https://chat.openai.com/chat/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://chat.openai.com/auth/login",
        "https://auth0.openai.com/u/login/*"
      ],
      "js": [
        "src/login.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "cookies",
    "webRequest",
    "storage",
    "tabs",
    "contextualIdentities",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Click here to open ChatGPT"
  },
  "options_ui": {
    "page": "popup/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "acheong@student.dalat.org"
    }
  }
}

Meilleures alternatives ChatGPT API Client

Voici quelques Firefox add-ons qui sont similaires à ChatGPT API Client :