Toggle YouTube Comments

Allows you to turn YouTube comments on or off.

Was ist Toggle YouTube Comments?

Toggle YouTube Comments ist eine Chrome-Erweiterung, die von outrexian entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to turn YouTube comments on or off.".

Erweiterungsscreenshots

screenshot

Toggle YouTube Comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toggle YouTube Comments-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

                        Allows you to hide YouTube comments easily.                    

Grundlegende Informationen zur Erweiterung

Name Toggle YouTube Comments Toggle YouTube Comments
ID jbdobfgfojodildcochemiicdpbppkoh
Offizielle URL https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh
Beschreibung Allows you to turn YouTube comments on or off.
Dateigröße 36.27 KB
Installationsanzahl 24
Aktuelle Version 1.0
Letztes Update 2012-05-12
Veröffentlichungsdatum 2012-05-12
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler outrexian
Zahlungsart free
Unterstützte Sprachen 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"
}