Thumbnail Viewer for YouTube™

A simple extension that grabs the thumbnail from the current youtube video and displays it.

Thumbnail Viewer for YouTube™ là gì?

Thumbnail Viewer for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Master, và tính năng chính của nó là "A simple extension that grabs the thumbnail from the current youtube video and displays it.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Thumbnail Viewer for YouTube™

Tải xuống các tệp mở rộng Thumbnail Viewer for YouTube™ 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

                        Changelog:

v.1.3.5
- Better icon

v.1.3.4
- No longer needs tabs permission
- Uses slightly less screen real estate
- Bug fixed with showing cached thumbnail when clicking another video.                    

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

Tên Thumbnail Viewer for YouTube™ Thumbnail Viewer for YouTube™
ID galcjdfminhddlmheppdgddbekgdofcm
URL Chính Thức https://chromewebstore.google.com/detail/thumbnail-viewer-for-yout/galcjdfminhddlmheppdgddbekgdofcm
Mô tả A simple extension that grabs the thumbnail from the current youtube video and displays it.
Kích Thước Tệp 66.25 KB
Số Lần Cài Đặt 3,244
Phiên Bản Hiện Tại 1.3.5
Cập Nhật Lần Cuối 2014-07-15
Ngày Phát Hành 2014-07-15
Đánh Giá 4.47/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Master
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "The Master",
    "name": "Thumbnail Viewer for YouTube\u2122",
    "description": "A simple extension that grabs the thumbnail from the current youtube video and displays it.",
    "manifest_version": 2,
    "version": "1.3.5",
    "icons": {
        "16": "thumbnail-16.png",
        "48": "thumbnail-48.png",
        "128": "thumbnail-128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.youtube.com\/*"
    ],
    "browser_action": {
        "default_icon": "thumbnail-48.png",
        "default_title": "Click to view current video thumbnail",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "jquery.js",
        "popup.js",
        "popup.css",
        "thumbnail-16.png",
        "thumbnail-48.png",
        "thumbnail-128.png"
    ]
}