GPTLeak Firefox

Examine source code of GPTLeak

By: stoza
Inspect and view changes in GPTLeak source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GPTLeak",
  "version": "0.7",
  "description": "use to detect and replace credentials are copy paste to ChatGPT to avoid any leak",
  "icons": {
    "48": "icons/border-48.png"
  },
  "permissions": [
    "find"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "code/ObfuscateCredentials.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b5eedc52-679f-4cec-81b8-05b00fd528d7}"
    }
  }
}

Best GPTLeak Alternatives

Here are some Firefox add-ons that are similar to GPTLeak: