Youtube Thumbnails

Get Youtube videos thumbnails in one click !

Youtube Thumbnailsคืออะไร?

Youtube Thumbnails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicolas Vairaa และคุณลักษณะหลักของมันคือ "Get Youtube videos thumbnails in one click !"

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

screenshot
screenshot
screenshot

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

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

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

                        Youtube Thumbnails allows you to get all the available thumbnails of a video directly in the current page, without having to go through a website.

Clicking on a link in the list of thumbnails will open a new tab in your browser in order to download it directly.

The highest resolution thumbnails are not guaranteed to appear as a link, as they may not be available for all videos.


If the icon does not appear, please just reload the page.                    

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

ชื่อ Youtube Thumbnails Youtube Thumbnails
ID hhoiehagchnmnpfoliilhnbcebffbnfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb
คำอธิบาย Get Youtube videos thumbnails in one click !
ขนาดไฟล์ 23.2 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2021-11-20
วันที่เผยแพร่ 2021-08-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Nicolas Vairaa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Youtube Thumbnails",
    "description": "Get Youtube videos thumbnails in one click !",
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "styles.css"
            ],
            "js": [
                "arrive.js",
                "content.js"
            ]
        }
    ]
}