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 |
官方URL | 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", " |