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 |
| 官方網址 | 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"
]
}
]
} | |