LinkPeek Firefox

Examine source code of LinkPeek

By: Denys
Inspect and view changes in LinkPeek source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkPeek",
  "version": "2.11",
  "description": "Hover over any shortened link to reveal its true destination URL",
  "browser_specific_settings": {
    "gecko": {
      "id": "{889c18ad-7e12-4051-9c60-26827abf2773}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/s16.png",
    "32": "icons/s32.png",
    "48": "icons/s48.png",
    "96": "icons/s96.png",
    "128": "icons/s128.png"
  },
  "browser_action": {
    "default_popup": "view/index.html",
    "default_icon": {
      "16": "icons/s16.png",
      "32": "icons/s32.png",
      "48": "icons/s48.png",
      "96": "icons/s96.png",
      "128": "icons/s128.png"
    }
  },
  "background": {
    "scripts": [
      "core/worker.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "link_revealer.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best LinkPeek Alternatives

Here are some Firefox add-ons that are similar to LinkPeek: