Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
Cos'è Comment Hider for YouTube™?
Comment Hider for YouTube™ è un'estensione di Chrome sviluppata da http://heithe.com, e la sua funzione principale è "Adds a button below the video description to hide/show the comments (for YouTube™)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comment Hider for YouTube™
Scarica i file di estensione Comment Hider for YouTube™ 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
Adds a button below the video description to hide/show the comments (for YouTube™)
Web: http://www.heithe.com/
Email: [email protected] Informazioni di Base sull'Estensione
| Nome | |
| ID | bpalkidfdmcoobbgncphknpfnidbldbj |
| URL Ufficiale | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
| Descrizione | Adds a button below the video description to hide/show the comments (for YouTube™) |
| Dimensione del File | 33.75 KB |
| Conteggio Installazioni | 14 |
| Versione Corrente | 0.5 |
| Ultimo Aggiornamento | 2013-03-19 |
| Data di Pubblicazione | 2013-03-19 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | http://heithe.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.heithe.com/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Comment Hider for YouTube\u2122",
"description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)",
"version": "0.5",
"manifest_version": 2,
"icons": {
"16": "app_icon_16.png",
"48": "app_icon_48.png",
"128": "app_icon_128.png"
},
"content_scripts": [
{
"js": [
"ht_yct.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end"
}
]
} | |