Sentinel Shield Firefox

Examine source code of Sentinel Shield

By: Sumzip
Inspect and view changes in Sentinel Shield source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cookie Security Extension",
  "description": "Enhance security of cookies and prevent hijacking.",
  "version": "1.0",
  "action": {
    "default_popup": "index.html",
    "default_icon": "cookie.png"
  },
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cookie-security@sumzip.co.in"
    }
  }
}

Best Sentinel Shield Alternatives

Here are some Firefox add-ons that are similar to Sentinel Shield: