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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}