YouTube Thumbnail Grabber

Get thumbnails of YouTube videos, made by FeriVOQ

YouTube Thumbnail Grabber là gì?

YouTube Thumbnail Grabber là một tiện ích mở rộng Chrome được phát triển bởi ferivoq, và tính năng chính của nó là "Get thumbnails of YouTube videos, made by FeriVOQ".

Ả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 YouTube Thumbnail Grabber

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

                        Introducing our Youtube Thumbnail Grabber Chrome Extension! This handy tool lets you easily extract high-quality thumbnails from any YouTube video in just a few clicks. Whether you're a content creator looking to optimize your video previews or simply someone who wants to save a favorite thumbnail for future reference, our extension is the perfect solution.

With our thumbnail grabber, you can save time and hassle by avoiding the need to take screenshots or use third-party tools. The extension works seamlessly within your Chrome browser, so you can grab thumbnails without ever leaving the YouTube page. Plus, the interface is intuitive and user-friendly, making it easy for anyone to use.

In addition to its convenience, our thumbnail grabber also delivers top-notch quality. You can expect crisp, clear images with accurate color and detail, perfect for showcasing your videos on social media or other platforms. Best of all, our extension is completely free to use, with no hidden fees or subscriptions.                    

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

Tên YouTube Thumbnail Grabber YouTube Thumbnail Grabber
ID hpbdojgebckgdhlalpoiookkdmijeika
URL Chính Thức https://chromewebstore.google.com/detail/youtube-thumbnail-grabber/hpbdojgebckgdhlalpoiookkdmijeika
Mô tả Get thumbnails of YouTube videos, made by FeriVOQ
Kích Thước Tệp 17.8 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-02
Ngày Phát Hành 2023-05-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ferivoq
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Thumbnail Grabber",
    "version": "1.0",
    "description": "Get thumbnails of YouTube videos, made by FeriVOQ",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "downloads"
    ],
    "action": {
        "default_popup": "files\/popup.html",
        "matches": [
            "https:\/\/www.youtube.com\/*"
        ],
        "default_title": "YouTube Thumbnail Grabber",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "files\/popup.js"
            ]
        }
    ]
}