Thumbnail Grabber

Thumbnail Grabber

Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Thumbnail Grabber",
  "version": "1.4.0",
  "description": "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more",
  "background": {
    "scripts": [
      "background.b79fa0fe.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.4193183a.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icon16.238385bf.png",
    "48": "icon48.png",
    "128": "icon128.79e4701d.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.238385bf.png",
      "48": "icon48.png",
      "128": "icon128.79e4701d.png"
    }
  },
  "web_accessible_resources": [
    "icon48.png",
    "content-script.js",
    "content-script.css"
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "clipboardWrite",
    "<all_urls>",
    "*://i.ytimg.com/*",
    "*://img.youtube.com/*",
    "*://i1.sndcdn.com/*"
  ],
  "commands": {
    "open": {
      "description": "Open the Thumbnail Grabber popup on the current page"
    },
    "download": {
      "description": "Download the thumbnail of the current page"
    },
    "copy": {
      "description": "Copy the thumbnail of the current page to clipboard"
    }
  }
}