Toggle YouTube Comments
Hides YouTube comments by default
What is Toggle YouTube Comments?
Toggle YouTube Comments is a Chrome extension developed by Dennis & Friends, and its main feature is "Hides YouTube comments by default".
Extension Screenshots
Download Toggle YouTube Comments Extension CRX File
Download Toggle 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
Add this lightweight extension to disable/enable YouTube comments. • Works with the new and old YouTube • Flexibility to easily hide or show comments • Blends in with YouTube's user interface • Shows number of comments when hidden • No tracking, your privacy is important • Extremely small size - no bloat • Actively maintained • Open source code See https://git.io/v5RgW for release notes.
Extension Basic Information
Name | |
ID | ampjnmipdgicjjidohpkidhghakoidfm |
Official URL | https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm |
Description | Hides YouTube comments by default |
File Size | 8.03 KB |
Installation Count | 479 |
Current Version | 4.1.3 |
Last Updated | 2019-05-06 |
Publish Date | 2019-05-06 |
Rating | 3.68/5 Total 38 Ratings |
Developer | Dennis & Friends |
Payment Type | free |
Extension Website | https://github.com/dideler/toggle-youtube-comments |
Help Page URL | https://github.com/dideler/toggle-youtube-comments |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "version": "4.1.3", "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "script.js" ], "css": [ "youtube.css" ], "run_at": "document_end" } ] } |