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