YouTube™ Chat Remover
Removes YouTube's live chat box
Cos'è YouTube™ Chat Remover?
YouTube™ Chat Remover è un'estensione di Chrome sviluppata da nikosardas.dev, e la sua funzione principale è "Removes YouTube's live chat box".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube™ Chat Remover
Scarica i file di estensione YouTube™ Chat 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
A toggle button for hiding YouTube's live chat box by default.
Informazioni di Base sull'Estensione
Nome | |
ID | epifmfofapbgjhakoppjalnhkciakpgj |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj |
Descrizione | Removes YouTube's live chat box |
Dimensione del File | 10.42 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2022-02-09 |
Data di Pubblicazione | 2019-09-18 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | nikosardas.dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/nikosardas-dev/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Chat Remover", "manifest_version": 3, "version": "1.4.2", "description": "Removes YouTube's live chat box", "icons": { "128": "onIcon.png" }, "background": { "service_worker": "bg.js" }, "action": { "default_icon": "onIcon.png" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/" ] } |