YouTube Comment Remover
A very simple extension to hide all YouTube comments.
Wat is YouTube Comment Remover?
YouTube Comment Remover is een Chrome-extensie ontwikkeld door Tim Stephani, en de belangrijkste functie is "A very simple extension to hide all YouTube comments.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Comment Remover
Download YouTube Comment Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | nglipklighejjehapaodhmipldpljobp |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-comment-remover/nglipklighejjehapaodhmipldpljobp |
Beschrijving | A very simple extension to hide all YouTube comments. |
Bestandsgrootte | 33.33 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-03-16 |
Publicatiedatum | 2015-03-16 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Tim Stephani |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |