YouTube Link Viewer Firefox

Examine source code of YouTube Link Viewer

By: MJ
Inspect and view changes in YouTube Link Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube url Visualizer",
  "version": "1.2",
  "description": "Shows video and playlist information when hovering over YouTube links",
  "permissions": [
    "https://i.ytimg.com/*",
    "https://www.youtube.com/oembed*"
  ],
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_action": {
    "default_icon": "icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4de5e192-270a-4bb6-bfee-294ae065932e}"
    }
  }
}

Best YouTube Link Viewer Alternatives

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