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によって開発されたChromeの拡張機能で、その主な機能は「Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again!」です。
拡張機能のスクリーンショット
Rabbit Hole for YouTube™拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |