CoronaBlocker

Get rid of coronavirus! I will replace for you everywhere the 'coronavirus' with 'love' (or any other word you choose...)

什么是CoronaBlocker?

CoronaBlocker是由CoronaBlocker开发的Chrome扩展程序,该扩展的主要功能是“Get rid of coronavirus! I will replace for you everywhere the 'coronavirus' with 'love' (or any other word you choose...)”。

扩展截图

screenshot

下载CoronaBlocker扩展crx文件

下载CoronaBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The CoronaBlocker extension will block for you all terms of "coronavirus" with any other word you choose.

The extension works in all sites and by default we will replace all "coronavirus" terms with the word "love" (in multi-languages) to spread love around the world during this difficult time.

We wish all of you health and we hope that we will get through it soon!                    

扩展基本信息

名称 CoronaBlocker CoronaBlocker
ID ccebdahleanhoomckljgcppfbgaaokch
官方URL https://chromewebstore.google.com/detail/coronablocker/ccebdahleanhoomckljgcppfbgaaokch
简介 Get rid of coronavirus! I will replace for you everywhere the 'coronavirus' with 'love' (or any other word you choose...)
文件大小 178 KB
安装次数 73
当前版本 1.0.1
更新时间 2020-04-09
上架时间 2020-04-08
评分 4.71/5 共14次评分
开发者 CoronaBlocker
电子邮箱 [email protected]
付费类型 free
扩展官网 http://blockthecorona.com/
帮助页面URL http://blockthecorona.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "name": "CoronaBlocker",
    "version": "1.0.1",
    "description": "Get rid of coronavirus! I will replace for you everywhere the 'coronavirus' with 'love' (or any other word you choose...)",
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/icon_16.png",
            "24": "images\/icons\/icon_24.png",
            "32": "images\/icons\/icon_32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "blocker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "exclude_matches": [
                "http:\/\/blockthecorona.com\/*",
                "https:\/\/blockthecorona.com\/*",
                "http:\/\/www.blockthecorona.com\/*",
                "https:\/\/www.blockthecorona.com\/*",
                "https:\/\/api.whatsapp.com\/*",
                "https:\/\/telegram.me\/*",
                "https:\/\/www.facebook.com\/sharer\/*",
                "https:\/\/twitter.com\/intent\/*",
                "https:\/\/www.paypal.com\/*"
            ]
        }
    ]
}