Page Safety Checker Firefox

Examine source code of Page Safety Checker

Inspect and view changes in Page Safety Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Safety Checker",
  "description": "Check external links against a safety service before navigation",
  "version": "1.0",
  "icons": {
    "64": "icons/icons-64.png",
    "128": "icons/icons-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c5c8991-8f95-4534-ac2a-26c70e42c570}",
      "strict_min_version": "90.0"
    }
  }
}

Best Page Safety Checker Alternatives

Here are some Firefox add-ons that are similar to Page Safety Checker: