Thumbnail Grabber
Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
什麼是Thumbnail Grabber?
Thumbnail Grabber是由https://kasper.space開發的Chrome擴展程式,該擴展的主要功能是“Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more”。
擴展截圖
下載Thumbnail Grabber擴展crx文件
下載Thumbnail Grabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Thumbnail Grabber |
ID | gbpjnjieenljpncojgiboejmolbihdob |
官方網址 | https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob |
簡介 | Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more |
檔案大小 | 30.62 KB |
安裝次數 | 2,670 |
目前版本 | 1.4.0 |
更新時間 | 2022-10-15 |
上架時間 | 2020-01-10 |
評分 | 4.83/5 共 6 次評分 |
開發者 | https://kasper.space |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/probablykasper/thumbnail-grabber |
支援的語言 | 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", " |