Covid-19 Blocker
Block Covid-19 related news on a number of social networks
Cos'è Covid-19 Blocker?
Covid-19 Blocker è un'estensione di Chrome sviluppata da Michele Riva, e la sua funzione principale è "Block Covid-19 related news on a number of social networks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Covid-19 Blocker
Scarica i file di estensione Covid-19 Blocker 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
Use Covid-19 Blocker to say goodbye to all the Coronavirus posts on social networks, for an anxiety-free experience.
Informazioni di Base sull'Estensione
Nome | Covid-19 Blocker |
ID | lpjdmliechiikmhpebmodbnekfecbacc |
URL Ufficiale | https://chromewebstore.google.com/detail/covid-19-blocker/lpjdmliechiikmhpebmodbnekfecbacc |
Descrizione | Block Covid-19 related news on a number of social networks |
Dimensione del File | 21.66 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2020-06-05 |
Data di Pubblicazione | 2020-06-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Michele Riva |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://sosteniamoci.online |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Covid-19 Blocker", "version": "0.0.4", "author": "Michele Riva,", "description": "Block Covid-19 related news on a number of social networks", "manifest_version": 2, "permissions": [ "activeTab", "storage", "https:\/\/www.facebook.com", "https:\/\/www.linkedin.com" ], "browser_action": { "default_title": "CoronaBlocker", "default_popup": ".\/src\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ ".\/src\/main.js" ] } ], "icons": { "16": ".\/src\/icons\/Icon_16x16.png", "32": ".\/src\/icons\/Icon_32x32.png", "48": ".\/src\/icons\/Icon_48x48.png", "128": ".\/src\/icons\/Icon_128x128.png" } } |