Youtube™ Thumbnail Preview

View youtube thumbnails with a single click.

什麼是Youtube™ Thumbnail Preview?

Youtube™ Thumbnail Preview是由James_Hynes開發的Chrome擴展程式,該擴展的主要功能是“View youtube thumbnails with a single click.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Youtube™ Thumbnail Preview擴展crx文件

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

擴展使用說明

                        Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.                    

擴展基本資訊

名稱 Youtube™ Thumbnail Preview Youtube™ Thumbnail Preview
ID nbpcbacmemknaffckhckoaophpnmdchb
官方網址 https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb
簡介 View youtube thumbnails with a single click.
檔案大小 95.76 KB
安裝次數 7,529
目前版本 1.5.2
更新時間 2022-06-25
上架時間 2018-03-20
評分 4.43/5 共 30 次評分
開發者 James_Hynes
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube\u2122 Thumbnail Preview",
    "description": "View youtube thumbnails with a single click.",
    "version": "1.5.2",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png",
        "default_title": "Show thumbnail"
    },
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    }
}