YouTube Comment Remover
A very simple extension to hide all YouTube comments.
Cos'è YouTube Comment Remover?
YouTube Comment Remover è un'estensione di Chrome sviluppata da Tim Stephani, e la sua funzione principale è "A very simple extension to hide all YouTube comments.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Comment Remover
Scarica i file di estensione YouTube Comment Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nglipklighejjehapaodhmipldpljobp |
| URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-comment-remover/nglipklighejjehapaodhmipldpljobp |
| Descrizione | A very simple extension to hide all YouTube comments. |
| Dimensione del File | 33.33 KB |
| Conteggio Installazioni | 97 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-03-16 |
| Data di Pubblicazione | 2015-03-16 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Tim Stephani |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |