Thumb blocker
Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Thumb blockerคืออะไร?
Thumb blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kazi Badrul Alam Riku และคุณลักษณะหลักของมันคือ "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thumb blocker
ดาวน์โหลดไฟล์ส่วนขยาย Thumb blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A free thumbnail blocker. Block thumbnail on youtube home page. Nowadays thumbnails are so seductive that we literally lost our consciousness. This thumbnail blocker will retention our mind and consciousness on our findings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Thumb blocker |
ID | anhgkgicmobhfkigcljmdhpkigfcplam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam |
คำอธิบาย | Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world. |
ขนาดไฟล์ | 66.34 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2023-07-16 |
วันที่เผยแพร่ | 2023-02-07 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Kazi Badrul Alam Riku |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.", "version": "1.2.2", "manifest_version": 3, "name": "Thumb blocker", "background": { "service_worker": "background.bundle.js" }, "icons": { "16": "icon-16.png", "48": "icon-64.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png", "icon-16.png" ], "matches": [] } ] } |