YouTube Thumbnail Viewer Firefox

Examine source code of YouTube Thumbnail Viewer

By: gifnksm
Inspect and view changes in YouTube Thumbnail Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Thumbnail Viewer",
  "version": "0.6.0",
  "description": "Adds a YouTube thumbnail preview button to the address bar.",
  "homepage_url": "https://github.com/gifnksm/youtube_thumbnail_viewer",
  "permissions": [
    "tabs",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{77c28d31-c0bf-404b-8185-5669ab14adfb}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "24": "icons/page_action.svg"
    },
    "default_title": "YouTube Thumbnail Viewer",
    "default_popup": "./popup/index.html"
  }
}

Best YouTube Thumbnail Viewer Alternatives

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