Hide YouTube Comments, Live Chat, & Related
Hide YouTube comments, live chat, like/dislike buttons, and related videos.
什么是Hide YouTube Comments, Live Chat, & Related?
Hide YouTube Comments, Live Chat, & Related是由https://www.j-26.com开发的Chrome扩展程序,该扩展的主要功能是“Hide YouTube comments, live chat, like/dislike buttons, and related videos.”。
扩展截图
下载Hide YouTube Comments, Live Chat, & Related扩展crx文件
下载Hide YouTube Comments, Live Chat, & Related扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Say goodbye to YouTube comments with the Hide YouTube Comments, Live Chat, & Related extension. Reduce distraction by hiding related videos. If you need comments, live chat, or related videos to be re-enabled, simply toggle the feature off!
Features:
- Hide comments
- Hide like/dislike buttons
- Hide live chat
- Hide related videos
—————
Changelog:
V1.1: Works with new YouTube design.
V1.2: You can now hide live chat and/or regular comments.
V1.3: You can now hide related videos to reduce distractions.
V1.4: You can now hide like/dislike buttons. 扩展基本信息
| 名称 | |
| ID | fcchghcgfeadhdmkmpkedplecikkajnp |
| 官方URL | https://chrome.google.com/webstore/detail/hide-youtube-comments-liv/fcchghcgfeadhdmkmpkedplecikkajnp |
| 简介 | Hide YouTube comments, live chat, like/dislike buttons, and related videos. |
| 文件大小 | 30.58 KB |
| 安装次数 | 12,129 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2021-05-07 |
| 上架时间 | 2019-02-18 |
| 评分 | 3.98/5 共81次评分 |
| 开发者 | https://www.j-26.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hide YouTube Comments, Live Chat, & Related",
"short_name": "Hide YouTube Comments, Live Chat, & Related",
"version": "1.4.1",
"description": "Hide YouTube comments, live chat, like\/dislike buttons, and related videos.",
"author": "J-26",
"browser_action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"72": "icons\/icon-72.png",
"96": "icons\/icon-96.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch*"
],
"css": [
"css\/styles.css"
],
"js": [
"js\/options.js"
]
}
]
} | |