GPTDisguise Firefox

Examine source code of GPTDisguise

By: rxzheng
Inspect and view changes in GPTDisguise source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GPTDisguise",
  "version": "1.2.7",
  "description": "Disguise ChatGPT, Claude, and Gemini as Google Docs.",
  "browser_specific_settings": {
    "gecko": {
      "id": "richardxzheng@outlook.com",
      "strict_min_version": "115.0"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://gptdisguise.vercel.app/*",
    "https://nytlywcvjazwzfkmustp.supabase.co/*",
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.ico"
  },
  "commands": {
    "toggle-disguise": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Toggle the disguise on/off (premium)"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "disguise-config.js",
      "extension-auth-helper.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://gptdisguise.vercel.app/*"
      ],
      "js": [
        "readJWT.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best GPTDisguise Alternatives

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