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™ zedLabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rabbit Hole for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |