Thumbnail Grabber
Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
Apa itu Thumbnail Grabber?
Thumbnail Grabber adalah ekstensi Chrome yang dikembangkan oleh https://kasper.space, dan fitur utamanya adalah "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Thumbnail Grabber
Unduh file ekstensi Thumbnail Grabber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Thumbnail Grabber |
ID | gbpjnjieenljpncojgiboejmolbihdob |
URL Resmi | https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob |
Deskripsi | Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more |
Ukuran File | 30.62 KB |
Jumlah Instalasi | 2,670 |
Versi Saat Ini | 1.4.0 |
Terakhir Diperbarui | 2022-10-15 |
Tanggal Publikasi | 2020-01-10 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | https://kasper.space |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/probablykasper/thumbnail-grabber |
Bahasa yang Didukung | 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", " |