Covid-19 News Blocker

Protect yourself from Covid-19 hysteria in mass media.

Wat is Covid-19 News Blocker?

Covid-19 News Blocker is een Chrome-extensie ontwikkeld door devunion, en de belangrijkste functie is "Protect yourself from Covid-19 hysteria in mass media.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Covid-19 News Blocker

Download Covid-19 News Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Covid-19 News Blocker Covid-19 News Blocker
ID nodmfciidklomdmibnhihgfhlgafhdoo
Officiële URL https://chromewebstore.google.com/detail/covid-19-news-blocker/nodmfciidklomdmibnhihgfhlgafhdoo
Beschrijving Protect yourself from Covid-19 hysteria in mass media.
Bestandsgrootte 558 KB
Aantal Installaties 123
Huidige Versie 0.2.1
Laatst Bijgewerkt 2020-04-23
Publicatiedatum 2020-04-21
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar devunion
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}