Download YouTube thumbnails

Download thumbnails of YouTube video

什麼是Download YouTube thumbnails?

Download YouTube thumbnails是由http://ovdss.com開發的Chrome擴展程式,該擴展的主要功能是“Download thumbnails of YouTube video”。

擴展截圖

screenshot
screenshot

下載Download YouTube thumbnails擴展crx文件

下載Download YouTube thumbnails擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Download YouTube thumbnail images of all quality for free. This application let you   download thumbnails of all quality. Just paste the URL of the thumbnail video in the below input and click Get Thumbnail Image.

You will get a list of all The Available Youtube Video Thumbnail Qualities:
  👉 Which you can Choose From High Quality(HQ).
  👉 High Definition (HD), 4K, 720p, 1080p Thumbnail
  👉 Low Quality and Medium Quality Youtube Thumbnails are also available.

Click on the Download Button, and Your Youtube Video Thumbnail will be Downloaded in your Device's Storage                    

擴展基本資訊

名稱 Download YouTube thumbnails Download YouTube thumbnails
ID pmgkjjpbajhkehjmopponglohmidpppg
官方網址 https://chrome.google.com/webstore/detail/download-youtube-thumbnai/pmgkjjpbajhkehjmopponglohmidpppg
簡介 Download thumbnails of YouTube video
檔案大小 1.23 MB
安裝次數 596
目前版本 1.1.7
更新時間 2023-08-31
上架時間 2022-05-25
評分 3.63/5 共 8 次評分
開發者 http://ovdss.com
電子郵箱 [email protected]
擴展官網 https://ovdss.com/apps/get-youtube-thumbnail
隱私政策頁面URL https://ovdss.com/privacy_policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download YouTube thumbnails",
    "description": "Download thumbnails of YouTube video",
    "version": "1.1.7",
    "action": {
        "name": "Download YouTube thumbnails",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.vimeo.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.PNG"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 3
}