Download thumbnail images of youtube/vimeo

Download thumbnail images of youtube/vimeo

什麼是Download thumbnail images of youtube/vimeo?

Download thumbnail images of youtube/vimeo是由http://youtube-thumbnail-grabber.com開發的Chrome擴展程式,該擴展的主要功能是“Download thumbnail images of youtube/vimeo”。

擴展截圖

screenshot
screenshot
screenshot

下載Download thumbnail images of youtube/vimeo擴展crx文件

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

擴展使用說明

                        ** Please note that this is not a youtube video downloader**

Download thumbnails image of youtube, vimeo sites.

Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images                    

擴展基本資訊

名稱 Download thumbnail images of youtube/vimeo Download thumbnail images of youtube/vimeo
ID gcdfmaggdilgcopoipaglabdejakibdf
官方網址 https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf
簡介 Download thumbnail images of youtube/vimeo
檔案大小 49.08 KB
安裝次數 10,000
目前版本 6.4.1
更新時間 2020-05-09
上架時間 2020-05-09
評分 4.31/5 共 531 次評分
開發者 http://youtube-thumbnail-grabber.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.youtube-thumbnail-grabber.com
支援的語言 en-US
manifest.json
{
    "name": "Download thumbnail images of youtube\/vimeo",
    "description": "Download thumbnail images of youtube\/vimeo",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.4.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Save youtube,vimeo thumbnail image",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 2
}