YouTube Unrounded Thumbnails

Removes round corners from YouTube thumbnails.

YouTube Unrounded Thumbnailsคืออะไร?

YouTube Unrounded Thumbnails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onedrawcall และคุณลักษณะหลักของมันคือ "Removes round corners from YouTube thumbnails."

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

screenshot

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

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

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

                        This extension removes all round corners from thumbnails on YouTube.                    

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

ชื่อ YouTube Unrounded Thumbnails YouTube Unrounded Thumbnails
ID lkklpbhnojokmlapmkpkpphbhakmeifo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo
คำอธิบาย Removes round corners from YouTube thumbnails.
ขนาดไฟล์ 7.4 KB
จำนวนการติดตั้ง 1,007
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-08-22
วันที่เผยแพร่ 2023-01-07
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา onedrawcall
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/1polygon/youtube-unrounded-thumbnails
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Unrounded Thumbnails",
    "version": "1.2",
    "description": "Removes round corners from YouTube thumbnails.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}