Turn off Youtube Comments toggle

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

Was ist Turn off Youtube Comments toggle?

Turn off Youtube Comments toggle ist eine Chrome-Erweiterung, die von Farhan entwickelt wurde, und ihr Hauptmerkmal ist "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".

Erweiterungsscreenshots

screenshot

Turn off Youtube Comments toggle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Turn off Youtube Comments toggle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Turn off Youtube Comments toggle Turn off Youtube Comments toggle
ID oknkcmcepaahofjeifofaomnlbenbpdc
Offizielle URL https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc
Beschreibung Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Dateigröße 43.69 KB
Installationsanzahl 1,133
Aktuelle Version 2.0
Letztes Update 2015-12-27
Veröffentlichungsdatum 2015-12-26
Bewertung 3.11/5 Insgesamt 63 Bewertungen
Entwickler Farhan
Zahlungsart free
Hilfeseite URL http://twitter.com/farhanp
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}