PromptProtect Firefox

Examine source code of PromptProtect

Inspect and view changes in PromptProtect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptProtect",
  "description": "PromptProtect secures enterprises by preventing sensitive data leaks into public AI chatbots.",
  "version": "1.1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "promptprotect-mozilla@dataelicit.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "declarativeNetRequest",
    "alarms"
  ],
  "host_permissions": [
    "http://localhost/*",
    "http://127.0.0.1/*",
    "*://api.pp.dataelicit.com/*",
    "*://*.google.com/*",
    "*://*.googleapis.com/*",
    "https://grok.com/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://bard.google.com/*",
    "https://www.perplexity.ai/*",
    "https://perplexity.ai/*",
    "https://copilot.microsoft.com/*",
    "https://www.bing.com/chat*",
    "https://www.bing.com/*",
    "https://www.msn.com/*",
    "*://*.msn.com/*",
    "https://ntp.msn.com/*"
  ],
  "storage": {
    "managed_schema": "policy_schema.json"
  },
  "icons": {
    "16": "PromptProtectMain-16x16.png",
    "48": "PromptProtectMain-48x48.png",
    "128": "PromptProtectMain-128x128.png"
  },
  "background": {
    "scripts": [
      "env.js",
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "PromptProtectMain-16x16.png",
      "48": "PromptProtectMain-48x48.png",
      "128": "PromptProtectMain-128x128.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "login.html",
        "login.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://grok.com/*"
      ],
      "js": [
        "common.js",
        "grok.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "common.js",
        "chatgpt.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "common.js",
        "claude.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gemini.google.com/*",
        "https://bard.google.com/*"
      ],
      "js": [
        "common.js",
        "gemini.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.perplexity.ai/*",
        "https://perplexity.ai/*"
      ],
      "js": [
        "common.js",
        "perplexity.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://copilot.microsoft.com/*",
        "https://www.bing.com/chat*"
      ],
      "js": [
        "common.js",
        "copilot.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.bing.com/*",
        "https://www.msn.com/*",
        "*://*.msn.com/*",
        "https://ntp.msn.com/*"
      ],
      "js": [
        "common.js",
        "msn.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ]
}

Best PromptProtect Alternatives

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