GPTChatFormatter Firefox

Examine source code of GPTChatFormatter

By: Yorik56 Add-on
Inspect and view changes in GPTChatFormatter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Formatter",
  "version": "1.1",
  "id": "{ea6f1a60-8c7b-11eb-8dcd-0242ac130003}",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4384aa2e-988f-408d-9a0b-7ea3b2c74c42}"
    },
    "edge": {
      "browser_action_next_to_addressbar": true
    }
  },
  "description": "ChatGPT Formatter : 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/*"
      ],
      "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/*"
      ]
    }
  ]
}

Best GPTChatFormatter Alternatives

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