Youtube Thumb Previewer

Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more

什么是Youtube Thumb Previewer?

Youtube Thumb Previewer是由https://limbuscode.com开发的Chrome扩展程序,该扩展的主要功能是“Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more”。

扩展截图

screenshot
screenshot

下载Youtube Thumb Previewer扩展crx文件

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

扩展使用说明

                        Transform the way you create your YouTube thumbnails with the new and innovative "Youtube Thumb Previewer" Chrome Extension! Say goodbye to guessing how your thumbnail will look on different devices and say hello to a seamless and effortless thumbnail creation process.

With just a few clicks, you can preview your thumbnail on a variety of devices including mobile, desktop browsers, and Apple TV. Simply select your thumbnail image using the prompt or drop the file into an easy-to-use drop area.

This extension is a must-have for all YouTube creators looking to take their thumbnail game to the next level. No more frustrating guesswork, no more wasted time, just a hassle-free and effective way to create the perfect thumbnail for your YouTube videos.

Get the "Youtube Thumb Previewer" extension today and take your thumbnail creation process to the next level!                    

扩展基本信息

名称 Youtube Thumb Previewer Youtube Thumb Previewer
ID cneobfplimjkbgdbbkjcbbafhnmjhaad
官方URL https://chromewebstore.google.com/detail/youtube-thumb-previewer/cneobfplimjkbgdbbkjcbbafhnmjhaad
简介 Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more
文件大小 300 KB
安装次数 27
当前版本 0.0.1
更新时间 2023-02-20
上架时间 2023-02-12
评分 5.00/5 共5次评分
开发者 https://limbuscode.com
电子邮箱 [email protected]
付费类型 in_app
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Thumb Previewer",
    "short_name": "youtube-thumb-previewer",
    "description": "Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more",
    "version": "0.0.1",
    "author": "LimbusCode",
    "action": {
        "default_title": "Youtube Thumb Previewer",
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png",
            "48": "48.png",
            "64": "64.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    }
}