···11+## 1.1.0 - 2020 Dec 11
22+- Added support for Spotify
33+- Added support for YouTube Music
44+15## 1.0.2 - 2020 Jan 11
26- Fixed error occuring for YouTube thumbnails (due to xhr cors policy)
37
+8-6
README.md
···55<h1 align="center" style="margin-top:0px">
66 Thumbnail Grabber
77</h1>
88-<p align="center">Chrome extension for grabbing thumbnails/covers from YouTube and SoundCloud.</p>
88+<p align="center">Chrome extension for grabbing thumbnails/covers from YouTube, SoundCloud, Spotify and YouTube Music.</p>
99<p align="center">
1010- <img alt="Chrome Web Store" src="https://img.shields.io/chrome-web-store/users/gbpjnjieenljpncojgiboejmolbihdob?color=4DB0F2&logo=Google%20Chrome&logoColor=white&style=flat-square">
1010+ <a href="https://chrome.google.com/webstore/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob">
1111+ <img alt="Chrome Web Store" src="https://img.shields.io/chrome-web-store/users/gbpjnjieenljpncojgiboejmolbihdob?color=4DB0F2&logo=Google%20Chrome&logoColor=white&style=flat-square">
1212+ </a>
1113</p>
1214<br>
13151414-Easily download/copy/open thumbnails and covers from YouTube and SoundCloud. Get it on the [Chrome Web Store](https://chrome.google.com/webstore/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob).
1616+Easily download/copy/open thumbnails and covers from YouTube, SoundCloud, Spotify and YouTube Music. Get it on the [Chrome Web Store](https://chrome.google.com/webstore/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob).
15171618You can click the extension icon, use keyboard shortcuts or right click the page or links. You can customize the keyboard shortcuts, what clicking the extension icon does, and what context menu items are visible.
17191820# Dev Instructions
19212020-### Folder info
2222+## Folder info
2123`/src`
2224`/src/modules`
2325Files that should not be compiled/copies should be in the `/src/modules` folder.
24262525-### Setup
2727+## Setup
26281. Install [Node.js](https://nodejs.org/) (Version 12.11 or later recommended)
27292. Run `npm install` to install dependencies
28302929-### Commands
3131+## Commands
3032Build `/src` into `/build` and watch for changes. You can then load the `/build` folder as an unpacked extension in your browser.
3133```
3234npm run start
+2-2
src/manifest.json
···11{
22 "manifest_version": 2,
33 "name": "Thumbnail Grabber",
44- "version": "1.0.2",
55- "description": "Download thumbnails and covers from YouTube and SoundCloud",
44+ "version": "1.1.0",
55+ "description": "Download thumbnails and covers from YouTube, SoundCloud, Spotify and YouTube Music",
66 "background": {
77 "scripts": [
88 "background.js"