Incredible HoverLink Preview Firefox

Examine source code of Incredible HoverLink Preview

Inspect and view changes in Incredible HoverLink Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HoverLink Preview",
  "version": "1.0.0",
  "description": "HoverLink Preview: Preview link content on hover with metadata extraction.",
  "icons": {
    "128": "hoverlink_preview.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "hoverlink_preview.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "shantea3157@hotmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Incredible HoverLink Preview Alternatives

Here are some Firefox add-ons that are similar to Incredible HoverLink Preview: