ChatFlex

ChatFlex

Customize your AI Chat experience with adjustable chat and code block widths for enhanced readability and personalization.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "ChatFlex",
  "description": "Customize your AI Chat experience with adjustable chat and code block widths for enhanced readability and personalization.",
  "version": "2.1.1",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "cf_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}