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
Eメール [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"
            ]
        }
    ]
}