Link Unshortener Firefox

Examine source code of Link Unshortener

Inspect and view changes in Link Unshortener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Unshortener",
  "version": "1.0.5.0",
  "description": "See where a shortened link actually leads before you click. Paste a bit.ly, t.co or other short URL to reveal its final destination and HTTP status, or right-click any link on a page to resolve it.",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1747a500-8cdb-4124-bda5-46a3024d81a4}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_title": "Link Unshortener",
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    }
  }
}

Best Link Unshortener Alternatives

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