Toggle YouTube Comments

Allows you to turn YouTube comments on or off.

What is Toggle YouTube Comments?

Toggle YouTube Comments is a Chrome extension developed by outrexian, and its main feature is "Allows you to turn YouTube comments on or off.".

Extension Screenshots

screenshot

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

                        Allows you to hide YouTube comments easily.                    

Extension Basic Information

Name Toggle YouTube Comments Toggle YouTube Comments
ID jbdobfgfojodildcochemiicdpbppkoh
Official URL https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh
Description Allows you to turn YouTube comments on or off.
File Size 36.27 KB
Installation Count 24
Current Version 1.0
Last Updated 2012-05-12
Publish Date 2012-05-12
Rating 2.00/5 Total 4 Ratings
Developer outrexian
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggle YouTube Comments",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Allows you to turn YouTube comments on or off.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "permissions": [],
    "options_page": "options.html"
}