Youtube Tumbnail Downloader

Youtube Tumbnail Downloader

Youtube Tumbnail Downloaderคืออะไร?

Youtube Tumbnail Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yohan Rathnayaka และคุณลักษณะหลักของมันคือ "Youtube Tumbnail Downloader"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easy way to download YouTube video thumbnail

How to use this extension watch video:- https://youtu.be/CO8SY_zsBVw

download YouTube thumbnail tool,
download YouTube thumbnail extension                    

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

ชื่อ Youtube Tumbnail Downloader Youtube Tumbnail Downloader
ID mccdpjiablhggjkbmjholdcfnpopnfkg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-tumbnail-download/mccdpjiablhggjkbmjholdcfnpopnfkg
คำอธิบาย Youtube Tumbnail Downloader
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-23
วันที่เผยแพร่ 2021-02-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Yohan Rathnayaka
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Tumbnail Downloader",
    "description": "Youtube Tumbnail Downloader",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}