Covid-19 News Blocker

Protect yourself from Covid-19 hysteria in mass media.

¿Qué es Covid-19 News Blocker?

Covid-19 News Blocker es una extensión de Chrome desarrollada por devunion, y su función principal es "Protect yourself from Covid-19 hysteria in mass media.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Covid-19 News Blocker

Descarga archivos de extensión Covid-19 News Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Covid-19 News Blocker Covid-19 News Blocker
ID nodmfciidklomdmibnhihgfhlgafhdoo
URL Oficial https://chromewebstore.google.com/detail/covid-19-news-blocker/nodmfciidklomdmibnhihgfhlgafhdoo
Descripción Protect yourself from Covid-19 hysteria in mass media.
Tamaño del Archivo 558 KB
Cantidad de Instalaciones 123
Versión Actual 0.2.1
Última Actualización 2020-04-23
Fecha de Publicación 2020-04-21
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador devunion
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}