Covid-19 Blocker
Block Covid-19 related news on a number of social networks
Was ist Covid-19 Blocker?
Covid-19 Blocker ist eine Chrome-Erweiterung, die von Michele Riva entwickelt wurde, und ihr Hauptmerkmal ist "Block Covid-19 related news on a number of social networks".
Erweiterungsscreenshots
Covid-19 Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Covid-19 Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use Covid-19 Blocker to say goodbye to all the Coronavirus posts on social networks, for an anxiety-free experience. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lpjdmliechiikmhpebmodbnekfecbacc |
| Offizielle URL | https://chromewebstore.google.com/detail/covid-19-blocker/lpjdmliechiikmhpebmodbnekfecbacc |
| Beschreibung | Block Covid-19 related news on a number of social networks |
| Dateigröße | 21.66 KB |
| Installationsanzahl | 108 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2020-06-05 |
| Veröffentlichungsdatum | 2020-06-04 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Michele Riva |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://sosteniamoci.online |
| Unterstützte Sprachen | 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"
}
} | |