LexGuard-ProtecaoPrivacidade Firefox

Examine source code of LexGuard-ProtecaoPrivacidade

Inspect and view changes in LexGuard-ProtecaoPrivacidade source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LexGuard - Protecao de Privacidade",
  "version": "2.0.0",
  "description": "Detecta e protege dados sensíveis antes de enviar para ChatGPT, Gemini, Claude, Copilot, Mistral, Perplexity e DeepSeek.",
  "browser_specific_settings": {
    "gecko": {
      "id": "lexguard@pedrosousa.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "clipboardRead",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://gemini.google.com/*",
    "https://claude.ai/*",
    "https://copilot.microsoft.com/*",
    "https://chat.mistral.ai/*",
    "https://www.perplexity.ai/*",
    "https://chat.deepseek.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://gemini.google.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/*",
        "https://chat.mistral.ai/*",
        "https://www.perplexity.ai/*",
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "adapters.js",
        "content.js"
      ],
      "world": "ISOLATED"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best LexGuard-ProtecaoPrivacidade Alternatives

Here are some Firefox add-ons that are similar to LexGuard-ProtecaoPrivacidade: