ChatGPT Popup Firefox

Examine source code of ChatGPT Popup

Inspect and view changes in ChatGPT Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Popup",
  "version": "1.1",
  "description": "Abre o ChatGPT em um popup rápido, use a IA ao lado dos seus projetos sem perder tempo trocando de abas.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "https://chatgpt.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-popup2@fellipmelo.com",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ]
      }
    }
  }
}

Best ChatGPT Popup Alternatives

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