Download YouTube thumbnails

Download thumbnails of YouTube video

Download YouTube thumbnailsคืออะไร?

Download YouTube thumbnails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ovdss.com และคุณลักษณะหลักของมันคือ "Download thumbnails of YouTube video"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download YouTube thumbnails

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

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

                        Download YouTube thumbnail images of all quality for free. This application let you   download thumbnails of all quality. Just paste the URL of the thumbnail video in the below input and click Get Thumbnail Image.

You will get a list of all The Available Youtube Video Thumbnail Qualities:
  👉 Which you can Choose From High Quality(HQ).
  👉 High Definition (HD), 4K, 720p, 1080p Thumbnail
  👉 Low Quality and Medium Quality Youtube Thumbnails are also available.

Click on the Download Button, and Your Youtube Video Thumbnail will be Downloaded in your Device's Storage                    

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

ชื่อ Download YouTube thumbnails Download YouTube thumbnails
ID pmgkjjpbajhkehjmopponglohmidpppg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/download-youtube-thumbnai/pmgkjjpbajhkehjmopponglohmidpppg
คำอธิบาย Download thumbnails of YouTube video
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 596
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2023-08-31
วันที่เผยแพร่ 2022-05-25
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://ovdss.com
อีเมล [email protected]
เว็บไซต์ส่วนขยาย https://ovdss.com/apps/get-youtube-thumbnail
URL หน้านโยบายความเป็นส่วนตัว https://ovdss.com/privacy_policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download YouTube thumbnails",
    "description": "Download thumbnails of YouTube video",
    "version": "1.1.7",
    "action": {
        "name": "Download YouTube thumbnails",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.vimeo.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.PNG"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 3
}