Hide YouTube Comments
Hides all user comments on YouTube. There is no option or button to show the comments again.
什麼是Hide YouTube Comments?
Hide YouTube Comments是由Extensions開發的Chrome擴展程式,該擴展的主要功能是“Hides all user comments on YouTube. There is no option or button to show the comments again.”。
擴展截圖
下載Hide YouTube Comments擴展crx文件
下載Hide YouTube Comments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hides all user comments on YouTube. There is no option or button to show the comments again.
擴展基本資訊
名稱 | |
ID | hdlhdkchhhieipniibccdefnoobiaapf |
官方網址 | https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf |
簡介 | Hides all user comments on YouTube. There is no option or button to show the comments again. |
檔案大小 | 9.26 KB |
安裝次數 | 350 |
目前版本 | 2 |
更新時間 | 2023-03-19 |
上架時間 | 2021-03-31 |
評分 | 5.00/5 共 16 次評分 |
開發者 | Extensions |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://sites.google.com/view/capcut-privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide YouTube Comments", "version": "2", "manifest_version": 2, "content_scripts": [ { "css": [ "youtube.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" } } |