CoronaBlocker

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

CoronaBlocker क्या है?

CoronaBlocker CoronaBlocker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of coronavirus! I will replace for you everywhere the 'coronavirus' with 'love' (or any other word you choose...)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CoronaBlocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}