Embed to Link Firefox

Examine source code of Embed to Link

Inspect and view changes in Embed to Link source codes across current and past versions
Vidego icon
Looking to download Vimeo videos? Try:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Embed to Link",
  "version": "1.0",
  "description": "Converts video site embeds into clickable links",
  "browser_specific_settings": {
    "gecko": {
      "id": "embedtolink@example.com"
    }
  },
  "icons": {
    "48": "icons/E2L.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*",
        "https://vimeo.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "embedtolink.js"
      ]
    }
  ]
}

Best Embed to Link Alternatives

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