YouTube Comment Remover
A very simple extension to hide all YouTube comments.
Qu'est-ce que YouTube Comment Remover ?
YouTube Comment Remover est une extension Chrome développée par Tim Stephani, et sa fonction principale est "A very simple extension to hide all YouTube comments.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Comment Remover
Téléchargez les fichiers d'extension YouTube Comment Remover 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
After realizing how horrible the comments section of YouTube is, I decided to create this super simple extension to automatically hide them. Source available here: https://github.com/timmystephani/youtube_comment_remover History --------- v1.0 - First version
Informations de Base sur l'Extension
Nom | |
ID | nglipklighejjehapaodhmipldpljobp |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-comment-remover/nglipklighejjehapaodhmipldpljobp |
Description | A very simple extension to hide all YouTube comments. |
Taille du Fichier | 33.33 KB |
Nombre d'Installations | 97 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-03-16 |
Date de Publication | 2015-03-16 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Tim Stephani |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Comment Remover", "description": "A very simple extension to hide all YouTube comments.", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "jquery-2.1.3.min.js", "main.js" ] } ] } |