View Youtube™ Thumbnail

Right click on a Youtube™ thumbnail to open it in its full size.

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

View Youtube™ Thumbnail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Bingham และคุณลักษณะหลักของมันคือ "Right click on a Youtube™ thumbnail to open it in its full size."

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

screenshot

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

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

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

                        This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it.                    

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

ชื่อ View Youtube™ Thumbnail View Youtube™ Thumbnail
ID ifeljkoeopnppmdlaofbgepbghddigpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf
คำอธิบาย Right click on a Youtube™ thumbnail to open it in its full size.
ขนาดไฟล์ 8.07 KB
จำนวนการติดตั้ง 4,201
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-03-30
วันที่เผยแพร่ 2018-03-29
คะแนน 4.19/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Daniel Bingham
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Youtube\u2122 Thumbnail",
    "version": "1.2",
    "description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "YT Thumbnail"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.youtube.com\/*"
    ]
}