Disguised Link Unwrapper Firefox

Examine source code of Disguised Link Unwrapper

By: Ana Ray
Inspect and view changes in Disguised Link Unwrapper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Disguised Link Unwrapper",
  "version": "1.0.0",
  "description": "Reveal the true destination behind shortened or masked links when hovering.",
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d9cc5143-ea75-40cf-8e23-ffdb22ae4ddf}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "default_locale": "en"
}

Best Disguised Link Unwrapper Alternatives

Here are some Firefox add-ons that are similar to Disguised Link Unwrapper: