Thumbnail Grabber
Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
Hvad er Thumbnail Grabber?
Thumbnail Grabber er en Chrome-udvidelse udviklet af https://kasper.space, og dens hovedfunktion er "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more".
Udvidelsesskærmbilleder
Download Thumbnail Grabber-udvidelses-CRX-fil
Download Thumbnail Grabber-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Easily download/copy/open thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more. 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. GitHub: https://github.com/probablykasper/thumbnail-grabber
Grundlæggende oplysninger om udvidelsen
Navn | Thumbnail Grabber |
ID | gbpjnjieenljpncojgiboejmolbihdob |
Officiel URL | https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob |
Beskrivelse | Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more |
Filstørrelse | 30.62 KB |
Antal Installationer | 2,670 |
Nuværende Version | 1.4.0 |
Senest Opdateret | 2022-10-15 |
Udgivelsesdato | 2020-01-10 |
Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
Udvikler | https://kasper.space |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/probablykasper/thumbnail-grabber |
Understøttede Sprog | en-US |
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", " |