Covid-19 News Blocker

Protect yourself from Covid-19 hysteria in mass media.

Apa itu Covid-19 News Blocker?

Covid-19 News Blocker adalah ekstensi Chrome yang dikembangkan oleh devunion, dan fitur utamanya adalah "Protect yourself from Covid-19 hysteria in mass media.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Covid-19 News Blocker

Unduh file ekstensi Covid-19 News Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Covid-19 News Blocker Covid-19 News Blocker
ID nodmfciidklomdmibnhihgfhlgafhdoo
URL Resmi https://chromewebstore.google.com/detail/covid-19-news-blocker/nodmfciidklomdmibnhihgfhlgafhdoo
Deskripsi Protect yourself from Covid-19 hysteria in mass media.
Ukuran File 558 KB
Jumlah Instalasi 123
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2020-04-23
Tanggal Publikasi 2020-04-21
Penilaian 4.67/5 Total 6 Penilaian
Pengembang devunion
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}