Corona, no thanks!

Are you also sick of hearing corona everywhere? Replace it with something better.

Corona, no thanks! क्या है?

Corona, no thanks! Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Are you also sick of hearing corona everywhere? Replace it with something better."।

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

screenshot
screenshot

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

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

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

                        Are you also sick of hearing corona everywhere? Replace it with something better. This extension allows you to define a custom word to replace "corona" and "covid" with.

By default it will take "Unicorn", but you can change it to whatever you like. Just click on the extension and specify your word.                    

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

नाम Corona, no thanks! Corona, no thanks!
ID khgalfgmbajmcobkplmfchmlfjebadco
आधिकारिक URL https://chromewebstore.google.com/detail/corona-no-thanks/khgalfgmbajmcobkplmfchmlfjebadco
विवरण Are you also sick of hearing corona everywhere? Replace it with something better.
फ़ाइल का आकार 48.89 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-03-06
प्रकाशन तिथि 2020-03-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corona, no thanks!",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Are you also sick of hearing corona everywhere? Replace it with something better.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}