Sentinel Shield Firefox

Examine source code of Sentinel Shield

제작자: Sumzip Add-on
Inspect and view changes in Sentinel Shield source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
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"
    }
  }
}

최고의 Sentinel Shield 대안

다음은 Sentinel Shield과(와) 유사한 Firefox add-on입니다: