Down Assist

An extension that assists users in finding alternate options when a website is down.

Down Assistとは何ですか?

Down Assistはwilによって開発されたChromeの拡張機能で、その主な機能は「An extension that assists users in finding alternate options when a website is down.」です。

拡張機能のスクリーンショット

screenshot

Down Assist拡張機能のCRXファイルをダウンロード

Down Assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Helps the user find searched alternative options when the website they are browsing is unavailable.                    

拡張機能の基本情報

名前 Down Assist Down Assist
ID peelfcfngfjcigoemmimebjlnfdpejdf
公式URL https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf
説明 An extension that assists users in finding alternate options when a website is down.
ファイルサイズ 11.2 KB
インストール数 44,800
現在のバージョン 1.0
最終更新日 2022-04-28
公開日 2022-04-28
評価 3.17/5 合計 12 レビュー
開発者 wil
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://down-assist.com
ヘルプページのURL https://down-assist.com/?a=about
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Matt H",
    "name": "Down Assist",
    "short_name": "Down Assist",
    "homepage_url": "https:\/\/down-assist.com",
    "description": "An extension that assists users in finding alternate options when a website is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}