Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Shorts Blockerคืออะไร?
Shorts Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Umut Seven และคุณลักษณะหลักของมันคือ "Removes Shorts from the home page, subscriptions page, and the search results in Youtube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shorts Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Shorts Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Requirements: Chrome 105 and above Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? Introducing, the Shorts Blocker; a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results. The entire project is open source, with no data collection, no ads, and no tracking.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
คำอธิบาย | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
ขนาดไฟล์ | 9.3 KB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2023-11-09 |
วันที่เผยแพร่ | 2023-05-02 |
คะแนน | 4.38/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Umut Seven |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/umutseven92/shorts-blocker |
URL หน้าช่วยเหลือ | https://github.com/umutseven92/shorts-blocker/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Blocker", "version": "3.2", "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "css\/blocker.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |