Expand ChatGPT Textarea Firefox

Examine source code of Expand ChatGPT Textarea

Inspect and view changes in Expand ChatGPT Textarea source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Expand ChatGPT Textarea",
  "version": "1.0",
  "description": "Expand text editor for ChatGPT prompts.",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "32": "icons/icon32.png",
      "128": "icons/icon_ori.png"
    },
    "default_title": "Expand ChatGPT Textarea"
  },
  "icons": {
    "32": "icons/icon32.png",
    "128": "icons/icon_ori.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon32.png",
        "icons/icon_ori.png",
        "icons/icon32w.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "swapthecocking@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Expand ChatGPT Textarea Alternatives

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