YT Thumbnail Downloader

Download thumbnail images of youtube videos

什么是YT Thumbnail Downloader?

YT Thumbnail Downloader是由Rovalty开发的Chrome扩展程序,该扩展的主要功能是“Download thumbnail images of youtube videos”。

扩展截图

screenshot
screenshot

下载YT Thumbnail Downloader扩展crx文件

下载YT Thumbnail Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free youtube videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. 
it's currently supported formats: YouTube (HD, HQ, 1080p, 4K)

you can easily download your video-thumbnails. 
Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving.

Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html                    

扩展基本信息

名称 YT Thumbnail Downloader YT Thumbnail Downloader
ID akfikgmhbajiaekdbgchbmhkceclncda
官方URL https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda
简介 Download thumbnail images of youtube videos
文件大小 58.71 KB
安装次数 2,404
当前版本 3.5.4
更新时间 2020-05-09
上架时间 2020-05-09
评分 3.97/5 共30次评分
开发者 Rovalty
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.saxsos.xyz/
帮助页面URL https://www.saxsos.xyz/p/contact-us.html
隐私政策页面URL https://www.saxsos.xyz/p/policy-privacy-policy.html
支持的语言 en-US
manifest.json
{
    "name": "YT Thumbnail Downloader",
    "description": "Download thumbnail images of youtube videos",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "YT Thumbnail Downloader",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "img\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG",
        "*.JPG"
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "manifest_version": 2
}