DownMessage

Is the website down right now? Get real-time alerts of your favorite websites.

DownMessage क्या है?

DownMessage https://www.downmessage.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Is the website down right now? Get real-time alerts of your favorite websites."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        DownMessage monitors the status of your favorite websites and tells you when there's a website outage in their very early stages. We aim to provide real-time & reliable updates on the status of your favorite websites.

DownMessage also provides comprehensive HTTP Status Codes troubleshooting guidances.

To make sure that outage reports are correct and representative, we combine, analyze and verify messages in real-time, and report a down status when the number of down status reports is significantly higher than the baseline.

If you encounter an error while loading a website, the DownMessage logo will be displayed in a different color. Green means the website status is normal. Red alarm means the website is down and can not access at the moment. Yellow means there are some problems with the webpages you are trying to visit. Grey means that the website is not supported yet.

By installing this extension, you acknowledge that you have read our privacy policy (https://www.downmessage.com/privacy-policy) and terms of use (https://www.downmessage.com/terms), and that you agree with them.                    

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

नाम DownMessage DownMessage
ID nphdicckhfcmniodojggeilfnfldedba
आधिकारिक URL https://chrome.google.com/webstore/detail/downmessage/nphdicckhfcmniodojggeilfnfldedba
विवरण Is the website down right now? Get real-time alerts of your favorite websites.
फ़ाइल का आकार 454 KB
स्थापना संख्या 72
वर्तमान संस्करण 1.1.6
अंतिम अपडेट 2022-01-12
प्रकाशन तिथि 2021-11-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.downmessage.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.downmessage.com/
सहायता पृष्ठ URL https://www.downmessage.com/contact-us
गोपनीयता नीति पृष्ठ URL https://www.downmessage.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DownMessage",
    "description": "Is the website down right now? Get real-time alerts of your favorite websites.",
    "version": "1.1.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/images\/no-data-16px.png",
            "19": ".\/images\/no-data-19px.png",
            "32": ".\/images\/no-data-32px.png",
            "38": ".\/images\/no-data-38px.png"
        }
    },
    "icons": {
        "16": ".\/images\/down-logo-16.png",
        "48": ".\/images\/down-logo-48.png",
        "128": ".\/images\/down-logo-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*.downmessage.com\/*",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/js\/jquery.js",
                ".\/dist\/js\/content-script.js"
            ],
            "css": [
                ".\/dist\/css\/content-script.css"
            ]
        }
    ]
}