Hide YouTube Comments
Hides all user comments on YouTube. There is no option or button to show the comments again.
Cos'è Hide YouTube Comments?
Hide YouTube Comments è un'estensione di Chrome sviluppata da Extensions, e la sua funzione principale è "Hides all user comments on YouTube. There is no option or button to show the comments again.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide YouTube Comments
Scarica i file di estensione Hide YouTube Comments 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
Hides all user comments on YouTube. There is no option or button to show the comments again.
Informazioni di Base sull'Estensione
Nome | |
ID | hdlhdkchhhieipniibccdefnoobiaapf |
URL Ufficiale | https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf |
Descrizione | Hides all user comments on YouTube. There is no option or button to show the comments again. |
Dimensione del File | 9.26 KB |
Conteggio Installazioni | 350 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2023-03-19 |
Data di Pubblicazione | 2021-03-31 |
Valutazione | 5.00/5 Totale 16 Valutazioni |
Sviluppatore | Extensions |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://sites.google.com/view/capcut-privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide YouTube Comments", "version": "2", "manifest_version": 2, "content_scripts": [ { "css": [ "youtube.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" } } |