Turn off Youtube Comments toggle

Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.

¿Qué es Turn off Youtube Comments toggle?

Turn off Youtube Comments toggle es una extensión de Chrome desarrollada por Farhan, y su función principal es "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Turn off Youtube Comments toggle

Descarga archivos de extensión Turn off Youtube Comments toggle en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ************
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 :)                    

Información Básica de la Extensión

Nombre Turn off Youtube Comments toggle Turn off Youtube Comments toggle
ID oknkcmcepaahofjeifofaomnlbenbpdc
URL Oficial https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc
Descripción Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Tamaño del Archivo 43.69 KB
Cantidad de Instalaciones 1,133
Versión Actual 2.0
Última Actualización 2015-12-27
Fecha de Publicación 2015-12-26
Calificación 3.11/5 Total de 63 Calificaciones
Desarrollador Farhan
Tipo de Pago free
URL de la Página de Ayuda http://twitter.com/farhanp
Idiomas Soportados 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\/*"
            ]
        }
    ]
}