Sequirly - Stop AI Data Leaks Firefox

Examine source code of Sequirly - Stop AI Data Leaks

Inspect and view changes in Sequirly - Stop AI Data Leaks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Sequirly - Stop AI Data Leaks",
  "version": "1.2.0",
  "description": "Blocks API keys, passwords, and PII before they reach AI tools. Protect prompts, uploads, and client data in real time.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b3f8e2d1-4a7c-4e9f-8c6b-2d5a1f3e9c8d}",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://sequirly-backend.onrender.com/*",
    "https://api.mixpanel.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://www.perplexity.ai/*",
        "https://sequirly.com/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "dist/content.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/pdf.worker.min.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://www.perplexity.ai/*",
        "https://sequirly.com/*"
      ]
    }
  ],
  "icons": {
    "48": "/assets/icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "/assets/icon.png"
  }
}

Best Sequirly - Stop AI Data Leaks Alternatives

Here are some Firefox add-ons that are similar to Sequirly - Stop AI Data Leaks: