YouTube Rabbit Hole Sealant
Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.
什么是YouTube Rabbit Hole Sealant?
YouTube Rabbit Hole Sealant是由ezeYaniv开发的Chrome扩展程序,该扩展的主要功能是“Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.”。
扩展截图
下载YouTube Rabbit Hole Sealant扩展crx文件
下载YouTube Rabbit Hole Sealant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension hides some of YouTube's most attention-grabbing, time-wasting components: the 'suggested videos' sidebar and the comment section. Clicking the extension icon allows you to quickly toggle the following options: • Show or hide the 'suggested videos' sidebar • Show or hide the comment section
扩展基本信息
名称 | YouTube Rabbit Hole Sealant |
ID | pljkdepedlaeibebpmkckpefajpjkcak |
官方URL | https://chromewebstore.google.com/detail/youtube-rabbit-hole-seala/pljkdepedlaeibebpmkckpefajpjkcak |
简介 | Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section. |
文件大小 | 27.64 KB |
安装次数 | 87 |
当前版本 | 1.0 |
更新时间 | 2021-08-21 |
上架时间 | 2021-08-21 |
评分 | 5.00/5 共1次评分 |
开发者 | ezeYaniv |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Rabbit Hole Sealant", "description": "Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.", "version": "1.0", "manifest_version": 3, "icons": { "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png", "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png", "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png", "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png", "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "assets\/js\/hideComponents.js" ] } ], "action": { "default_title": "Rabbit Hole Sealant: make YouTube less addicting", "default_icon": { "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png", "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png", "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png", "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png", "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png" }, "default_popup": "assets\/popup\/popup.html" }, "permissions": [ "storage" ] } |