Youtube Thumbnail Preview | ThumbnailGeek

See what your thumbnail & title looks like before you publish.

Youtube Thumbnail Preview | ThumbnailGeekคืออะไร?

Youtube Thumbnail Preview | ThumbnailGeek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thumbnailgeek.com และคุณลักษณะหลักของมันคือ "See what your thumbnail & title looks like before you publish."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Thumbnail Preview | ThumbnailGeek

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Thumbnail Preview | ThumbnailGeek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Youtube Thumbnail Preview is your Ultimate Tool for Perfect Thumbnails and Titles!

Are you a YouTube creator who wants to make your videos stand out above the rest? Do you struggle to visualize how your thumbnails and titles will appear to viewers on YouTube? Look no further! Youtube Thumbnail Preview is the must-have extension designed exclusively for you!

🎥 Accurate Representation: Say goodbye to uncertainty! With our extension, you can now see an accurate representation of your title and thumbnail, just as it will be seen by viewers on YouTube. No more surprises or disappointment after publishing!

🛠️ Seamless Editing: Whether you're uploading a new video or tweaking the details of an existing one, our "Youtube Thumbnail Preview" extension offers real-time visual feedback. Instantly see how your changes impact the overall look and feel of your video on YouTube's homepage.

🌓 Dark and Light Modes: Choose your preferred working environment! Our extension features dark and light modes, perfectly aligned with YouTube's homepage colors. Toggle effortlessly without affecting your browsing experience.

🎯 Targeted for Success: Calling all ambitious YouTubers! If you seek to increase the reach of your videos, Youtube Thumbnail Preview is your secret weapon. Make quick decisions about thumbnails and ensure your content grabs viewers' attention from the very first glance.

🚀 Publish with Confidence: Ensure you're presenting your videos in the best possible light! With our extension, you can fine-tune your thumbnails and titles until they perfectly represent your content. Showcase your videos exactly as you intended, and watch your audience grow!

🔒 Privacy First: Rest assured, your data is safe, even from with us! Youtube Thumbnail Preview is optimized to be as efficient as possible while not collecting any personal user identifiable data. Your identity remains yours alone.

🆓 Completely Free: Yes, you read that right! Youtube Thumbnail Preview is entirely free to use. No hidden charges, no subscriptions, just powerful features at your fingertips without spending a dime!

Say goodbye to guesswork and hello to success! Install the extension now and take your channel to new heights!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Thumbnail Preview | ThumbnailGeek Youtube Thumbnail Preview | ThumbnailGeek
ID agnigkhpdhibflffmffdghhleehjehli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-thumbnail-preview/agnigkhpdhibflffmffdghhleehjehli
คำอธิบาย See what your thumbnail & title looks like before you publish.
ขนาดไฟล์ 422 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2023-07-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://thumbnailgeek.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thumbnailgeek.com
URL หน้านโยบายความเป็นส่วนตัว https://www.thumbnailgeek.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Thumbnail Preview | ThumbnailGeek",
    "version": "1.0.5",
    "author": "thumbnailgeek.com",
    "description": "See what your thumbnail & title looks like before you publish.",
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Youtube Thumbnail Preview | ThumbnailGeek",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "\/assets\/yt-logo32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/*",
                "https:\/\/studio.youtube.com\/*\/*",
                "https:\/\/studio.youtube.com\/video\/*",
                "https:\/\/studio.youtube.com\/video\/*\/edit",
                "https:\/\/studio.youtube.com\/*\/*\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.6.1.min.js",
                "jquery-ui.min.js",
                "content_script.js",
                "content_script_studio.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/icons\/tg-logo512-1.png",
                "content_script.js",
                "*.html"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/yt-logo16.png",
        "32": "\/assets\/yt-logo32.png",
        "48": "\/assets\/yt-logo48.png",
        "64": "\/assets\/yt-logo64.png",
        "128": "\/assets\/yt-logo128.png"
    }
}