ChatGPT Formatter Firefox

Examine source code of ChatGPT Formatter

By: Yorik56 Add-on
Inspect and view changes in ChatGPT Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Formatter",
  "version": "1.1",
  "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/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-formatter@example.com"
    }
  }
}

Best ChatGPT Formatter Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Formatter: