Chat GPT ToolKit Firefox

Examine source code of Chat GPT ToolKit

By: Yorik56
Inspect and view changes in Chat GPT ToolKit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chat GPT ToolKit",
  "version": "1.5",
  "id": "bc72a110-21f5-4ec9-9a23-d3c0b6590f4f",
  "description": "Chat GPT ToolKit: découvrez un contrôle précis sur vos interactions avec ChatGPT. Personnalisez le format (texte, table), sélectionnez le langage, mode silencieux et plus !",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "dist/assets/icons/icon-16.png",
    "48": "dist/assets/icons/icon-48.png",
    "96": "dist/assets/icons/icon-96.png",
    "128": "dist/assets/icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "dist/assets/icons/icon-16.png",
      "48": "dist/assets/icons/icon-48.png",
      "96": "dist/assets/icons/icon-96.png",
      "128": "dist/assets/icons/icon-128.png"
    },
    "default_title": "ChatGPT Formatter"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "dist/content-script.js"
      ],
      "css": [
        "dist/css/styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/assets/icons/*.png",
        "dist/assets/icons/*.svg"
      ],
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bc72a110-21f5-4ec9-9a23-d3c0b6590f4f}"
    }
  }
}

Best Chat GPT ToolKit Alternatives

Here are some Firefox add-ons that are similar to Chat GPT ToolKit: