Hide YouTube Comments
Hides all user comments on YouTube. There is no option or button to show the comments again.
What is Hide YouTube Comments?
Hide YouTube Comments is a Chrome extension developed by Extensions, and its main feature is "Hides all user comments on YouTube. There is no option or button to show the comments again.".
Extension Screenshots
Download Hide YouTube Comments Extension CRX File
Download Hide YouTube Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hides all user comments on YouTube. There is no option or button to show the comments again.
Extension Basic Information
Name | |
ID | hdlhdkchhhieipniibccdefnoobiaapf |
Official URL | https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf |
Description | Hides all user comments on YouTube. There is no option or button to show the comments again. |
File Size | 9.26 KB |
Installation Count | 350 |
Current Version | 2 |
Last Updated | 2023-03-19 |
Publish Date | 2021-03-31 |
Rating | 5.00/5 Total 16 Ratings |
Developer | Extensions |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://sites.google.com/view/capcut-privacy |
Supported Languages | 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" } } |