Covid-19 News Blocker

Protect yourself from Covid-19 hysteria in mass media.

Covid-19 News Blocker क्या है?

Covid-19 News Blocker devunion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect yourself from Covid-19 hysteria in mass media."।

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

screenshot
screenshot

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

crx प्रारूप में Covid-19 News Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension is trying to detect articles and posts related to COVID-19 and hide them. We do think that people all over the world are over stressed. And mass media hysteria adds even more stress to our life. We don't think that coronavirus is not a problem today. We just want to protect emotional people from unnecessary level of stress.                    

एक्सटेंशन की मूल जानकारी

नाम Covid-19 News Blocker Covid-19 News Blocker
ID nodmfciidklomdmibnhihgfhlgafhdoo
आधिकारिक URL https://chromewebstore.google.com/detail/covid-19-news-blocker/nodmfciidklomdmibnhihgfhlgafhdoo
विवरण Protect yourself from Covid-19 hysteria in mass media.
फ़ाइल का आकार 558 KB
स्थापना संख्या 123
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2020-04-23
प्रकाशन तिथि 2020-04-21
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर devunion
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Covid-19 News Blocker",
    "version": "0.2.1",
    "description": "Protect yourself from Covid-19 hysteria in mass media.",
    "icons": {
        "19": "icon\/icon-19.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "48": "icon\/icon-48.png",
            "128": "icon\/icon-128.png"
        },
        "default_title": "Covid News Blocker",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}