ChatGPT Submit File Extension Firefox

Examine source code of ChatGPT Submit File Extension

By: Cats
Inspect and view changes in ChatGPT Submit File Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Submit File Extension",
  "version": "1.0",
  "description": "Firefox extension to submit files and display progress on ChatGPT. \n Script Created by Automate My Life youtube/@automatemylife00",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/c/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ec645b11-f523-4850-9b92-54045d72dd94}"
    }
  }
}

Best ChatGPT Submit File Extension Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Submit File Extension: