YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
YouTube Shorts Removerคืออะไร?
YouTube Shorts Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laith Alayassa และคุณลักษณะหลักของมันคือ "A lightweight extension that removes the youtube shorts button on the sidebar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Shorts Remover
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Shorts Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
คำอธิบาย | A lightweight extension that removes the youtube shorts button on the sidebar. |
ขนาดไฟล์ | 8.4 KB |
จำนวนการติดตั้ง | 934 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2023-11-21 |
วันที่เผยแพร่ | 2022-07-27 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Laith Alayassa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |