YouTube Thumbnail Viewer

Displays Youtube thumbnails of current tab
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "thumbnailViewer",
  "version": "1.4",
  "description": "Displays Youtube Thumbnail",
  "browser_specific_settings": {
    "gecko": {
      "id": "titan@owo.help",
      "strict_min_version": "68.0"
    }
  },
  "background": {
    "scripts": [
      "thumbnailViewer.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon.png"
    }
  },
  "permissions": [
    "activeTab"
  ]
}