Youtube Thumbnails

Get Youtube videos thumbnails in one click !

什么是Youtube Thumbnails?

Youtube Thumbnails是由Nicolas Vairaa开发的Chrome扩展程序,该扩展的主要功能是“Get Youtube videos thumbnails in one click !”。

扩展截图

screenshot
screenshot
screenshot

下载Youtube Thumbnails扩展crx文件

下载Youtube Thumbnails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Youtube Thumbnails allows you to get all the available thumbnails of a video directly in the current page, without having to go through a website.

Clicking on a link in the list of thumbnails will open a new tab in your browser in order to download it directly.

The highest resolution thumbnails are not guaranteed to appear as a link, as they may not be available for all videos.


If the icon does not appear, please just reload the page.                    

扩展基本信息

名称 Youtube Thumbnails Youtube Thumbnails
ID hhoiehagchnmnpfoliilhnbcebffbnfb
官方URL https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb
简介 Get Youtube videos thumbnails in one click !
文件大小 23.2 KB
安装次数 27
当前版本 0.1.7
更新时间 2021-11-20
上架时间 2021-08-12
评分 5.00/5 共2次评分
开发者 Nicolas Vairaa
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Youtube Thumbnails",
    "description": "Get Youtube videos thumbnails in one click !",
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "styles.css"
            ],
            "js": [
                "arrive.js",
                "content.js"
            ]
        }
    ]
}