Short URL Expander Firefox

Examine source code of Short URL Expander

By: Azamat
Inspect and view changes in Short URL Expander source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Short URL Expander",
  "version": "1.0",
  "description": "Expand shortened URLs on hover",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8ec89472-1c97-4c34-a16d-93f7c5316621}",
      "strict_min_version": "120.0"
    }
  }
}

Best Short URL Expander Alternatives

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