Really Hide YouTube Shorts
A very simple plugin to hide all YouTube Shorts. Created by Zero.
Really Hide YouTube Shortsคืออะไร?
Really Hide YouTube Shorts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zero และคุณลักษณะหลักของมันคือ "A very simple plugin to hide all YouTube Shorts. Created by Zero."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Really Hide YouTube Shorts
ดาวน์โหลดไฟล์ส่วนขยาย Really Hide YouTube Shorts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions. Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin. Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Really Hide YouTube Shorts |
ID | kjkiajelmfimihhmiggjjcaibjmlbcpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf |
คำอธิบาย | A very simple plugin to hide all YouTube Shorts. Created by Zero. |
ขนาดไฟล์ | 188 KB |
จำนวนการติดตั้ง | 264 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-08-23 |
วันที่เผยแพร่ | 2023-08-15 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Zero |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Hide YouTube Shorts", "manifest_version": 3, "version": "1.0.3", "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.", "permissions": [ "storage", "scripting" ], "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "Really Hide YouTube Shorts", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/hide.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |