NessDan's YouTube Thumbnail Downloader
Download YouTube video thumbnails
什么是NessDan's YouTube Thumbnail Downloader?
NessDan's YouTube Thumbnail Downloader是由daniel.kaspo开发的Chrome扩展程序,该扩展的主要功能是“Download YouTube video thumbnails”。
扩展截图
下载NessDan's YouTube Thumbnail Downloader扩展crx文件
下载NessDan's YouTube Thumbnail Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download YouTube Thumbnails quickly and easily! * Just right-click any YouTube page or link! * No annoying ads! * No weird permissions required! * Simple!
扩展基本信息
名称 | NessDan's YouTube Thumbnail Downloader |
ID | plngolgielfjikccimmlciadbccpenom |
官方URL | https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom |
简介 | Download YouTube video thumbnails |
文件大小 | 8.53 KB |
安装次数 | 54 |
当前版本 | 1.3 |
更新时间 | 2023-09-26 |
上架时间 | 2023-09-14 |
评分 | 5.00/5 共2次评分 |
开发者 | daniel.kaspo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NessDan's YouTube Thumbnail Downloader", "version": "1.3", "description": "Download YouTube video thumbnails", "permissions": [ "activeTab", "contextMenus", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "https:\/\/img.youtube.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |