SentinelAI Firefox

Examine source code of SentinelAI

Inspect and view changes in SentinelAI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SentinelAI",
  "description": "Browser extension for SentinelAI",
  "version": "1.2.388",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sentinelai@sentinel-ai.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "personalCommunications",
          "browsingActivity",
          "websiteContent",
          "websiteActivity"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "alarms",
    "browsingData",
    "management",
    "nativeMessaging",
    "scripting",
    "storage",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "assets/*.woff2"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "SentinelAI"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ],
      "match_origin_as_fallback": true
    },
    {
      "matches": [
        "*://*.mavericksafe.com/*",
        "*://*.sentinel-ai.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/extension-probe.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/iframe-pii.js"
      ]
    },
    {
      "matches": [
        "*://*.mavericksafe.com/*",
        "*://*.sentinel-ai.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/threat-block-page.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "SentinelAI",
    "default_icon": {
      "16": "icon/16-disabled.png",
      "32": "icon/32-disabled.png",
      "64": "icon/64-disabled.png",
      "128": "icon/128-disabled.png"
    }
  }
}

Best SentinelAI Alternatives

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