YouTube Comment Hide / Toggle
Hides and toggles youtube comments
What is YouTube Comment Hide / Toggle?
YouTube Comment Hide / Toggle is a Chrome extension developed by Carl, and its main feature is "Hides and toggles youtube comments".
Extension Screenshots
Download YouTube Comment Hide / Toggle Extension CRX File
Download YouTube Comment Hide / Toggle 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
Minimal extension to hide youtube comments. Comments can then be toggled on and off using additional button under video details. Does not load or access any external scripts.
Extension Basic Information
Name | |
ID | cafdkokoidcedliekbmgjcdappkdlojj |
Official URL | https://chrome.google.com/webstore/detail/youtube-comment-hide-togg/cafdkokoidcedliekbmgjcdappkdlojj |
Description | Hides and toggles youtube comments |
File Size | 10.26 KB |
Installation Count | 16 |
Current Version | 1.1 |
Last Updated | 2015-12-31 |
Publish Date | 2015-12-31 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Carl |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Comment Hide \/ Toggle", "description": "Hides and toggles youtube comments", "version": "1.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "toggle.js" ] } ] } |