Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Cos'è Turn off Youtube Comments toggle?
Turn off Youtube Comments toggle è un'estensione di Chrome sviluppata da Farhan, e la sua funzione principale è "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Turn off Youtube Comments toggle
Scarica i file di estensione Turn off Youtube Comments toggle 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
************ 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 :)
Informazioni di Base sull'Estensione
Nome | Turn off Youtube Comments toggle |
ID | oknkcmcepaahofjeifofaomnlbenbpdc |
URL Ufficiale | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
Descrizione | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
Dimensione del File | 43.69 KB |
Conteggio Installazioni | 1,133 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2015-12-27 |
Data di Pubblicazione | 2015-12-26 |
Valutazione | 3.11/5 Totale 63 Valutazioni |
Sviluppatore | Farhan |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://twitter.com/farhanp |
Lingue Supportate | 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\/*" ] } ] } |