Thumbs-preview for Youtube™

Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.

Thumbs-preview for Youtube™คืออะไร?

Thumbs-preview for Youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sebnilsson.com และคุณลักษณะหลักของมันคือ "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thumbs-preview for Youtube™

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

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

                                            

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

ชื่อ Thumbs-preview for Youtube™ Thumbs-preview for Youtube™
ID fmgdbmahogeafeboejeaihgenfhncdia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia
คำอธิบาย Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
ขนาดไฟล์ 40.47 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2016-01-25
วันที่เผยแพร่ 2016-01-20
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://sebnilsson.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thumbs-preview for Youtube\u2122",
    "description": "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.",
    "version": "0.2.1",
    "author": "Seb Nilsson",
    "homepage_url": "http:\/\/sebnilsson.com",
    "permissions": [
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}