YouTube profile picture viewer Firefox

Examine source code of YouTube profile picture viewer

By: snek
Inspect and view changes in YouTube profile picture viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT profile pic viewer",
  "version": "1.1",
  "description": "Shows the full size profile picture when hovering over a YouTube account",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "19": "button/lupe_19.png",
      "38": "button/lupe_38.png"
    },
    "default_title": "YT Profile Pic Viewer"
  }
}

Best YouTube profile picture viewer Alternatives

Here are some Firefox add-ons that are similar to YouTube profile picture viewer: