YouTube Watch Thumbnails

Display a thumbnail of the video next to the channel icon on the YouTube video playback page.

什麼是YouTube Watch Thumbnails?

YouTube Watch Thumbnails是由mosunset開發的Chrome擴展程式,該擴展的主要功能是“Display a thumbnail of the video next to the channel icon on the YouTube video playback page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載YouTube Watch Thumbnails擴展crx文件

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

擴展使用說明

                        Click once on the extension icon and the thumbnail image hops up.

Clicking on an image opens the largest thumbnail image in a new tab.                    

擴展基本資訊

名稱 YouTube Watch Thumbnails YouTube Watch Thumbnails
ID aobeafpjgdgakpagffmlkfeognaiigci
官方網址 https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci
簡介 Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
檔案大小 113 KB
安裝次數 4,804
目前版本 3.3.1
更新時間 2023-09-02
上架時間 2022-09-13
評分 5.00/5 共 7 次評分
開發者 mosunset
電子郵箱 [email protected]
付費類型 free
支援的語言 id,en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "version": "3.3.1",
    "default_locale": "en",
    "icons": {
        "512": "img\/yicon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/yicon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/ycontent_script.js"
            ],
            "css": [
                "css\/ycontent_script.css"
            ],
            "all_frames": true
        }
    ]
}