Rabbit Hole for YouTube™
Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again!
Rabbit Hole for YouTube™คืออะไร?
Rabbit Hole for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zedLabs และคุณลักษณะหลักของมันคือ "Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rabbit Hole for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Rabbit Hole for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There is magic, but you have to be the magician. This extension allows you to take control of your time and reduce distractions while browsing YouTube™ in the following ways: - Replace suggested content with cute bunnies! - Hide comments (including livestream chats) - Disable the trending and subscriptions pages - Simplify the navigation drawer - Disabling the wall of suggestions following a video - Hiding banner-style ads to maintain a clean and distraction free environment The options are also heavily customizable, so you can create exactly the experience you want. ---------------------------------- YouTube™ is a trademark of Google LLC and this extension is not endorsed by or affiliated with Google in any way.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rabbit Hole for YouTube™ |
ID | nlddakjbmpidooplakalfoogdincflfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rabbit-hole-for-youtube/nlddakjbmpidooplakalfoogdincflfh |
คำอธิบาย | Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again! |
ขนาดไฟล์ | 48.4 KB |
จำนวนการติดตั้ง | 10,724 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-02-24 |
วันที่เผยแพร่ | 2019-10-30 |
คะแนน | 4.44/5 รวมทั้งหมด 64 คะแนน |
ผู้พัฒนา | zedLabs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rabbit Hole for YouTube\u2122", "version": "1.2", "description": "Remove YouTube\u2122 recommendations, comments, and more so you don't go down the rabbit hole again!", "permissions": [ "*:\/\/www.youtube.com\/*", "declarativeContent", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "Rabbit Hole for YouTube\u2122", "default_icon": { "16": "images\/youtuberabbit16.png", "32": "images\/youtuberabbit32.png", "48": "images\/youtuberabbit48.png", "128": "images\/youtuberabbit128.png" } }, "icons": { "16": "images\/youtuberabbit16.png", "32": "images\/youtuberabbit32.png", "48": "images\/youtuberabbit48.png", "128": "images\/youtuberabbit128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "js\/nav.js" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ "images\/rabbithole.png", "images\/magicbunny.png" ], "incognito": "not_allowed", "manifest_version": 2 } |