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