ChatGPT Toolbox Firefox

Examine source code of ChatGPT Toolbox

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": 3,
  "version": "2.2.0",
  "name": "ChatGPT Toolbox",
  "description": "The Ultimate ChatGPT Experience! Prompt Library, Export, Pin, Subfolders, Search, RTL, Save Prompts, Download as MP3 & more!",
  "browser_specific_settings": {
    "gecko": {
      "id": "{215c275b-7824-4cc0-aaec-c5bc27f348ba}",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_icon": {
      "16": "assets/images/icon16.png",
      "24": "assets/images/icon24.png",
      "32": "assets/images/icon32.png",
      "48": "assets/images/icon48.png",
      "128": "assets/images/icon128.png"
    },
    "default_title": "ChatGPT Toolbox"
  },
  "icons": {
    "16": "assets/images/icon16.png",
    "24": "assets/images/icon24.png",
    "32": "assets/images/icon32.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://api.infi-dev.com/ai-toolbox/*"
  ],
  "content_security_policy": {
    "extension_pages": "connect-src 'self' https://chatgpt.com https://auth0.openai.com https://api.infi-dev.com; script-src 'self';"
  },
  "background": {
    "scripts": [
      "scripts/background.js",
      "scripts/apiCalls.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "styles/styles.css",
        "styles/modal.css",
        "styles/snackbar.css",
        "styles/loader.css",
        "styles/form.css",
        "styles/variables.css",
        "styles/switch.css",
        "styles/prompts.css",
        "styles/pinnedChats.css",
        "styles/gptsCollapse.css",
        "styles/moveChat.css",
        "styles/searchHistory.css",
        "styles/paidUserBadge.css",
        "styles/voiceDownload.css",
        "styles/mediaGallery.css",
        "styles/direction.css",
        "styles/featuresCollapse.css",
        "styles/addGPTs.css",
        "styles/promptLibrary.css",
        "styles/promptValues.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "webNavigation",
    "webRequest",
    "activeTab"
  ]
}

Best ChatGPT Toolbox Alternatives

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