Anti-covid

Filter Covid-19 news, stop coronavirus spreading on the Internet

What is Anti-covid?

Anti-covid is a Chrome extension developed by IP A.B., and its main feature is "Filter Covid-19 news, stop coronavirus spreading on the Internet".

Extension Screenshots

screenshot

Download Anti-covid Extension CRX File

Download Anti-covid 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

                        Replaces text "coronavirus", "covid-19" etc. with "love"                    

Extension Basic Information

Name Anti-covid Anti-covid
ID cblmehmgpilbekhbfjhijbbenoppkepc
Official URL https://chromewebstore.google.com/detail/anti-covid/cblmehmgpilbekhbfjhijbbenoppkepc
Description Filter Covid-19 news, stop coronavirus spreading on the Internet
File Size 35.4 KB
Installation Count 37
Current Version 1.0.0.0
Last Updated 2020-03-28
Publish Date 2020-03-27
Rating 5.00/5 Total 2 Ratings
Developer IP A.B.
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-covid",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "description": "Filter Covid-19 news, stop coronavirus spreading on the Internet",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}