YT Thumbnail Downloader

Save YT Thumbnail in all Quality

什么是YT Thumbnail Downloader?

YT Thumbnail Downloader是由https://y2saver.com开发的Chrome扩展程序,该扩展的主要功能是“Save YT Thumbnail in all Quality”。

扩展截图

screenshot
screenshot

下载YT Thumbnail Downloader扩展crx文件

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

扩展使用说明

                        Save Thumbnail images of YT videos

YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free YT 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://y2saver.com/privacy-policy.html                    

扩展基本信息

名称 YT Thumbnail Downloader YT Thumbnail Downloader
ID ejnoellmghodpjfhceijpokgkflmcpgj
官方URL https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj
简介 Save YT Thumbnail in all Quality
文件大小 44.42 KB
安装次数 349
当前版本 1
更新时间 2021-09-29
上架时间 2021-09-29
评分 4.00/5 共4次评分
开发者 https://y2saver.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://y2saver.com
帮助页面URL https://y2saver.com/contact.html
隐私政策页面URL https://y2saver.com/privacy-policy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "mains.png"
        },
        "default_popup": "popup.html",
        "name": "YT Thumbnail Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "download.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Save YT Thumbnail  in all Quality",
    "icons": {
        "128": "mains.png",
        "16": "mains.png",
        "48": "mains.png"
    },
    "manifest_version": 2,
    "name": "YT Thumbnail Downloader",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "version": "1",
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ]
}