NessDan's YouTube Thumbnail Downloader

Download YouTube video thumbnails

NessDan's YouTube Thumbnail Downloaderคืออะไร?

NessDan's YouTube Thumbnail Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daniel.kaspo และคุณลักษณะหลักของมันคือ "Download YouTube video thumbnails"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NessDan's YouTube Thumbnail Downloader

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

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

                        Download YouTube Thumbnails quickly and easily!

* Just right-click any YouTube page or link!
* No annoying ads!
* No weird permissions required!
* Simple!                    

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

ชื่อ NessDan's YouTube Thumbnail Downloader NessDan's YouTube Thumbnail Downloader
ID plngolgielfjikccimmlciadbccpenom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom
คำอธิบาย Download YouTube video thumbnails
ขนาดไฟล์ 8.53 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-09-26
วันที่เผยแพร่ 2023-09-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา daniel.kaspo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NessDan's YouTube Thumbnail Downloader",
    "version": "1.3",
    "description": "Download YouTube video thumbnails",
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/img.youtube.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}