[BROKEN] ChatGPT File Upload Firefox

Examine source code of [BROKEN] ChatGPT File Upload

By: TΞTRΛ
Inspect and view changes in [BROKEN] ChatGPT File Upload source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT File Upload",
  "version": "1.0",
  "description": "Adds a button to upload files into ChatGPT. (NOT for images, videos, Word Documents, or other non-raw-text files. Please use .txt, .js, .py, .html, .css, .json, and .csv.",
  "permissions": [
    "activeTab",
    "https://chat.openai.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon128.png",
      "256": "icon128.png"
    }
  },
  "icons": {
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e8d33a9e-de15-4f62-a7c6-982f18ba6f58}"
    }
  }
}

Best [BROKEN] ChatGPT File Upload Alternatives

Here are some Firefox add-ons that are similar to [BROKEN] ChatGPT File Upload: