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 |
| Eメール | [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"
]
}
]
} | |