Link Safety Preview JM Firefox

Examine source code of Link Safety Preview JM

Inspect and view changes in Link Safety Preview JM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Safety Preview",
  "version": "1.3",
  "description": "Preview and analyze links before clicking to detect potential security risks.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Link Safety Preview"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Link-Safety-Preview",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Link Safety Preview JM Alternatives

Here are some Firefox add-ons that are similar to Link Safety Preview JM: