Turn off Youtube Comments toggle

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

Τι είναι το Turn off Youtube Comments toggle;

Το Turn off Youtube Comments toggle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Farhan, και η κύρια λειτουργία του είναι "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Turn off Youtube Comments toggle

Λήψη αρχείων επέκτασης Turn off Youtube Comments toggle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Turn off Youtube Comments toggle Turn off Youtube Comments toggle
ID oknkcmcepaahofjeifofaomnlbenbpdc
Επίσημο URL https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc
Περιγραφή Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Μέγεθος Αρχείου 43.69 KB
Αριθμός Εγκαταστάσεων 1,133
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2015-12-27
Ημερομηνία Δημοσίευσης 2015-12-26
Αξιολόγηση 3.11/5 Συνολικά 63 Αξιολογήσεις
Προγραμματιστής Farhan
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://twitter.com/farhanp
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}