Youtube Thumb Previewer

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

Youtube Thumb Previewerคืออะไร?

Youtube Thumb Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://limbuscode.com และคุณลักษณะหลักของมันคือ "Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Thumb Previewer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}