Covid-19 News Blocker

Protect yourself from Covid-19 hysteria in mass media.

Was ist Covid-19 News Blocker?

Covid-19 News Blocker ist eine Chrome-Erweiterung, die von devunion entwickelt wurde, und ihr Hauptmerkmal ist "Protect yourself from Covid-19 hysteria in mass media.".

Erweiterungsscreenshots

screenshot
screenshot

Covid-19 News Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Covid-19 News 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

                        The extension is trying to detect articles and posts related to COVID-19 and hide them. We do think that people all over the world are over stressed. And mass media hysteria adds even more stress to our life. We don't think that coronavirus is not a problem today. We just want to protect emotional people from unnecessary level of stress.                    

Grundlegende Informationen zur Erweiterung

Name Covid-19 News Blocker Covid-19 News Blocker
ID nodmfciidklomdmibnhihgfhlgafhdoo
Offizielle URL https://chromewebstore.google.com/detail/covid-19-news-blocker/nodmfciidklomdmibnhihgfhlgafhdoo
Beschreibung Protect yourself from Covid-19 hysteria in mass media.
Dateigröße 558 KB
Installationsanzahl 123
Aktuelle Version 0.2.1
Letztes Update 2020-04-23
Veröffentlichungsdatum 2020-04-21
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler devunion
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Covid-19 News Blocker",
    "version": "0.2.1",
    "description": "Protect yourself from Covid-19 hysteria in mass media.",
    "icons": {
        "19": "icon\/icon-19.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "48": "icon\/icon-48.png",
            "128": "icon\/icon-128.png"
        },
        "default_title": "Covid News Blocker",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}