URL Expander Firefox

Examine source code of URL Expander

By: S666
Inspect and view changes in URL Expander source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Expander",
  "version": "1.0",
  "description": "Automatically shows the full URL when hovering over a shortened URL.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f49abe70-d024-4663-bc44-1ecf86873c8d}"
    }
  }
}

Best URL Expander Alternatives

Here are some Firefox add-ons that are similar to URL Expander: