YouTube Images

This extension grabs a youtube video’s thumbnail images

YouTube Imagesคืออะไร?

YouTube Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย d.vanwinkle และคุณลักษณะหลักของมันคือ "This extension grabs a youtube video’s thumbnail images"

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

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

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

                        This extension creates a popup window populated with YouTube thumbnail images for the video in the current YouTube browser tab, with two resolution options.                    

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

ชื่อ YouTube Images YouTube Images
ID mkanekmnbjkmhcbffchijfclnlkddnmm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-images/mkanekmnbjkmhcbffchijfclnlkddnmm
คำอธิบาย This extension grabs a youtube video’s thumbnail images
ขนาดไฟล์ 82.58 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-07-10
วันที่เผยแพร่ 2017-07-10
ผู้พัฒนา d.vanwinkle
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Images",
    "description": "This extension grabs a youtube video\u2019s thumbnail images",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}