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
官方URL 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
}