Youtube™ Thumbnail Preview

View youtube thumbnails with a single click.

Youtube™ Thumbnail Previewคืออะไร?

Youtube™ Thumbnail Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James_Hynes และคุณลักษณะหลักของมันคือ "View youtube thumbnails with a single click."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube™ Thumbnail Preview

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

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

                        Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.                    

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

ชื่อ Youtube™ Thumbnail Preview Youtube™ Thumbnail Preview
ID nbpcbacmemknaffckhckoaophpnmdchb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb
คำอธิบาย View youtube thumbnails with a single click.
ขนาดไฟล์ 95.76 KB
จำนวนการติดตั้ง 7,529
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2022-06-25
วันที่เผยแพร่ 2018-03-20
คะแนน 4.43/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา James_Hynes
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube\u2122 Thumbnail Preview",
    "description": "View youtube thumbnails with a single click.",
    "version": "1.5.2",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png",
        "default_title": "Show thumbnail"
    },
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    }
}