Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
What is Turn off Youtube Comments toggle?
Turn off Youtube Comments toggle is a Chrome extension developed by Farhan, and its main feature is "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".
Extension Screenshots
Download Turn off Youtube Comments toggle Extension CRX File
Download Turn off Youtube Comments 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
************ Dec 2015! Updated to work with the new Youtube UI !!!!! ************ Don't you just hate it when someone spoils a Youtube video in the comments? With this extension you can turn on/off the comments. Easily hide or show comments on youtube Works with the new youtube.com layout Please make sure to rate and review :)
Extension Basic Information
Name | Turn off Youtube Comments toggle |
ID | oknkcmcepaahofjeifofaomnlbenbpdc |
Official URL | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
Description | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
File Size | 43.69 KB |
Installation Count | 1,133 |
Current Version | 2.0 |
Last Updated | 2015-12-27 |
Publish Date | 2015-12-26 |
Rating | 3.11/5 Total 63 Ratings |
Developer | Farhan |
Payment Type | free |
Help Page URL | http://twitter.com/farhanp |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Turn off Youtube Comments toggle", "version": "2.0", "description": "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "code.js" ], "css": [ "css.css" ], "run_at": "document_end", "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ] } |