Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Qu'est-ce que Turn off Youtube Comments toggle ?
Turn off Youtube Comments toggle est une extension Chrome développée par Farhan, et sa fonction principale est "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Turn off Youtube Comments toggle
Téléchargez les fichiers d'extension Turn off Youtube Comments toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
************ 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 :)
Informations de Base sur l'Extension
Nom | Turn off Youtube Comments toggle |
ID | oknkcmcepaahofjeifofaomnlbenbpdc |
URL Officiel | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
Description | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
Taille du Fichier | 43.69 KB |
Nombre d'Installations | 1,133 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-12-27 |
Date de Publication | 2015-12-26 |
Évaluation | 3.11/5 Total 63 Évaluations |
Développeur | Farhan |
Type de Paiement | free |
URL de la Page d'Aide | http://twitter.com/farhanp |
Langues Prises en Charge | 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\/*" ] } ] } |