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