YouTube Comment Deleter
Clear your YouTube comment history
Cos'è YouTube Comment Deleter?
YouTube Comment Deleter è un'estensione di Chrome sviluppata da ian-campbell, e la sua funzione principale è "Clear your YouTube comment history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Comment Deleter
Scarica i file di estensione YouTube Comment Deleter 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
Erase your YouTube comment history. Simply add to Chrome, open the extension, navigate to your comment history page, and then clear your comment history slow and steady. Opinions and code contributions welcome at https://github.com/ian-campbell/Erasure/discussions/
Informazioni di Base sull'Estensione
Nome | YouTube Comment Deleter |
ID | lkhceldiinefjkocccdmpgheheeddfmb |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb |
Descrizione | Clear your YouTube comment history |
Dimensione del File | 70.04 KB |
Conteggio Installazioni | 1,546 |
Versione Corrente | 2.1.1 |
Ultimo Aggiornamento | 2022-01-22 |
Data di Pubblicazione | 2019-10-02 |
Valutazione | 4.64/5 Totale 59 Valutazioni |
Sviluppatore | ian-campbell |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ian-campbell/Erasure |
URL della Pagina di Aiuto | https://github.com/ian-campbell/Erasure |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Comment Deleter", "version": "2.1.1", "description": "Clear your YouTube comment history", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |