Chrome extension for grabbing thumbnails/covers from YouTube, SoundCloud, Spotify and YouTube Music.
Easily download/copy/open thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more. Get the Chrome extension or Firefox extension.
You 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.
- Install Node.js
- Run
npm install
to install dependencies
npm run dev
: Build extension and watch for changesnpm run build
: Build extension and create a zip in/dist
, ready for distribution to storesnpm run format
: Format code and apply code suggestionsnpm run check
: Check code
scripting
: For finding & displaying thumbnailsstorage
: For storing the extension's settingscontextMenus
: For the ability to open/copy/download from the right-click menuactiveTab
: For inserting the popup into the current websiteclipboardWrite
: For copying thumbnails to the clipboard<all_urls>
: For checking if a thumbnail URL exists- Individual URLs: For showing the download popup on certain websites
- Run
npm run check
- Update
CHANGELOG.md
- Update version in
package.json
- Run
npm run build
- Commit with a tag in format "v#.#.#"
- Create GitHub release with the extension zip and release notes
- Publish to Chrome and Firefox stores