YT Shorts Blocker
Block YouTube shorts from showing up on your feed.
YT Shorts Blockerคืออะไร?
YT Shorts Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Natalius และคุณลักษณะหลักของมันคือ "Block YouTube shorts from showing up on your feed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT Shorts Blocker
ดาวน์โหลดไฟล์ส่วนขยาย YT Shorts Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YT Shorts Blocker |
ID | dekfemoloimmoffncaglceheghddongm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm |
คำอธิบาย | Block YouTube shorts from showing up on your feed. |
ขนาดไฟล์ | 31.95 KB |
จำนวนการติดตั้ง | 629 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-07-17 |
วันที่เผยแพร่ | 2023-05-08 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Natalius |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Natalius-dev/YT-Shorts-Blocker |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YT Shorts Blocker", "description": "Block YouTube shorts from showing up on your feed.", "version": "1.1.0", "icons": { "16": "icon_small.png", "32": "icon_small.png", "48": "icon_large.png", "128": "icon_large.png" }, "action": { "default_icon": "icon_small.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "index.js" ] } ] } |