YouTube Watch Thumbnails

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

YouTube Watch Thumbnails là gì?

YouTube Watch Thumbnails là một tiện ích mở rộng Chrome được phát triển bởi mosunset, và tính năng chính của nó là "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Watch Thumbnails

Tải xuống các tệp mở rộng YouTube Watch Thumbnails dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Watch Thumbnails YouTube Watch Thumbnails
ID aobeafpjgdgakpagffmlkfeognaiigci
URL Chính Thức https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci
Mô tả Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 4,804
Phiên Bản Hiện Tại 3.3.1
Cập Nhật Lần Cuối 2023-09-02
Ngày Phát Hành 2022-09-13
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển mosunset
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}