ChatGPT Toolbox Firefox

Examine source code of ChatGPT Toolbox

By: Saeed
Inspect and view changes in ChatGPT Toolbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT-Toolbox",
  "version": "0.0.4",
  "description": "ChatGPT-Toolbox helps you to interact with OpenAI's powerful AI",
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "dist/background/index.mjs"
    ],
    "type": "module"
  },
  "icons": {
    "16": "./assets/icon-16.png",
    "48": "./assets/icon-48.png",
    "128": "./assets/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "contextMenus",
    "*://api.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "dist/contentScripts/style.css"
  ],
  "browser_action": {
    "default_icon": {
      "16": "./assets/icon-16.png",
      "48": "./assets/icon-48.png",
      "128": "./assets/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{203b9943-428d-4902-87da-67fcf8f94f1e}"
    }
  }
}

Best ChatGPT Toolbox Alternatives

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