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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}