Coronavirus COVID 19 Blocker multi-lang 2021

Remove text blocks with coronavirus keywords (corona, covid19, etc.)

What is Coronavirus COVID 19 Blocker multi-lang 2021?

Coronavirus COVID 19 Blocker multi-lang 2021 is a Chrome extension developed by Oleg Kusov, and its main feature is "Remove text blocks with coronavirus keywords (corona, covid19, etc.)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Coronavirus COVID 19 Blocker multi-lang 2021 Extension CRX File

Download Coronavirus COVID 19 Blocker multi-lang 2021 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of virus news? This extension will help you!                    

Extension Basic Information

Name Coronavirus COVID 19 Blocker multi-lang 2021 Coronavirus COVID 19 Blocker multi-lang 2021
ID nhglmgljaieaagbdgecdpchpoaegbpoh
Official URL https://chromewebstore.google.com/detail/coronavirus-covid-19-bloc/nhglmgljaieaagbdgecdpchpoaegbpoh
Description Remove text blocks with coronavirus keywords (corona, covid19, etc.)
File Size 14.19 KB
Installation Count 30
Current Version 1.1.0
Last Updated 2021-09-15
Publish Date 2020-05-06
Rating 5.00/5 Total 4 Ratings
Developer Oleg Kusov
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coronavirus COVID 19 Blocker multi-lang 2021",
    "version": "1.1.0",
    "description": "Remove text blocks with coronavirus keywords (corona, covid19, etc.)",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}