Safety Extension for Browser Firefox

Examine source code of Safety Extension for Browser

Inspect and view changes in Safety Extension for Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Premium Website Safety Scanner",
  "version": "1.1",
  "description": "Scans websites for suspicious behavior and warns users with premium UI.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ahamed@example.com"
    }
  }
}

Best Safety Extension for Browser Alternatives

Here are some Firefox add-ons that are similar to Safety Extension for Browser: