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
官方網址 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"
    ]
}