Youtube Thumbnail Finder

Add button on youtube videos to easly get thumbnail

Youtube Thumbnail Finderคืออะไร?

Youtube Thumbnail Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://youthumb.net และคุณลักษณะหลักของมันคือ "Add button on youtube videos to easly get thumbnail"

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

screenshot
screenshot

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

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

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

                        Add button on youtube videos to easly get thumbnail                    

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

ชื่อ Youtube Thumbnail Finder Youtube Thumbnail Finder
ID jbiffggjjomeebhgmdeacgjohkoknadl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-thumbnail-finder/jbiffggjjomeebhgmdeacgjohkoknadl
คำอธิบาย Add button on youtube videos to easly get thumbnail
ขนาดไฟล์ 26.35 KB
จำนวนการติดตั้ง 9,203
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2015-06-02
วันที่เผยแพร่ 2015-06-02
คะแนน 4.14/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://youthumb.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://youthumb.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Thumbnail Finder",
    "short_name": "Youthumb",
    "description": "Add button on youtube videos to easly get thumbnail",
    "version": "1.3.0",
    "author": "Vegard Bj\u00f8rsvik",
    "homepage_url": "https:\/\/youthumb.net",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "button.js"
            ],
            "run_at": "document_end"
        }
    ]
}