YouTube Thumbnail Extractor

Easy and fast way to extract YouTube thumbnails.

YouTube Thumbnail Extractorคืออะไร?

YouTube Thumbnail Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Synn Ko และคุณลักษณะหลักของมันคือ "Easy and fast way to extract YouTube thumbnails."

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

screenshot

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

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

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

                        Use this extension to grab the thumbnails of the videos you're watching.                    

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

ชื่อ YouTube Thumbnail Extractor YouTube Thumbnail Extractor
ID hfnkfhdbiapkoeafnfpjcnifcnpidkgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-thumbnail-extract/hfnkfhdbiapkoeafnfpjcnifcnpidkgc
คำอธิบาย Easy and fast way to extract YouTube thumbnails.
ขนาดไฟล์ 8.58 KB
จำนวนการติดตั้ง 265
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-04-08
วันที่เผยแพร่ 2019-04-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Synn Ko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Thumbnail Extractor",
    "version": "1.0",
    "description": "Easy and fast way to extract YouTube thumbnails.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "icons": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}