SurfSafe Firefox

Examine source code of SurfSafe

By: Keat Add-on
Inspect and view changes in SurfSafe 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": 2,
  "name": "Web Security Inspector",
  "version": "2.0",
  "description": "Client-Side Web Seccurity Inspector",
  "browser_action": {
    "default_icon": {
      "48": "sharkicon48.png"
    },
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "48": "sharkicon48.png"
  },
  "update_url": "https://github.com/KeatKat/XSS-WebExt/updates.json",
  "applications": {
    "gecko": {
      "id": "login-extension@example1.com",
      "strict_min_version": "42.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best SurfSafe Alternatives

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