YouTube Thumbnail Grabber

Get thumbnails of YouTube videos, made by FeriVOQ

什么是YouTube Thumbnail Grabber?

YouTube Thumbnail Grabber是由ferivoq开发的Chrome扩展程序,该扩展的主要功能是“Get thumbnails of YouTube videos, made by FeriVOQ”。

扩展截图

screenshot

下载YouTube Thumbnail Grabber扩展crx文件

下载YouTube Thumbnail Grabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube Thumbnail Grabber YouTube Thumbnail Grabber
ID hpbdojgebckgdhlalpoiookkdmijeika
官方URL https://chromewebstore.google.com/detail/youtube-thumbnail-grabber/hpbdojgebckgdhlalpoiookkdmijeika
简介 Get thumbnails of YouTube videos, made by FeriVOQ
文件大小 17.8 KB
安装次数 209
当前版本 1.0
更新时间 2023-05-02
上架时间 2023-05-01
评分 5.00/5 共2次评分
开发者 ferivoq
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}