DownMessage

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

什么是DownMessage?

DownMessage是由https://www.downmessage.com开发的Chrome扩展程序,该扩展的主要功能是“Is the website down right now? Get real-time alerts of your favorite websites.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载DownMessage扩展crx文件

下载DownMessage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}