Link Preview Enhancer Firefox

Examine source code of Link Preview Enhancer

By: Hi Bush
Inspect and view changes in Link Preview Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Preview Enhancer",
  "version": "1.0",
  "description": "Show link previews (meta descriptions or thumbnails) when hovering over links.",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{31a59c22-8cef-42fc-923a-655013bc751e}"
    }
  }
}

Best Link Preview Enhancer Alternatives

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