secured-webpage-verifier Firefox

Examine source code of secured-webpage-verifier

Inspect and view changes in secured-webpage-verifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "secured-webpages",
  "version": "1.0",
  "description": "Adds a green border to all safe webpages i.e, pages with matching with https://",
  "icons": {
    "48": "green-border.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "blue-borderify.js"
      ]
    }
  ]
}

Best secured-webpage-verifier Alternatives

Here are some Firefox add-ons that are similar to secured-webpage-verifier: