Dead-end Alternate

Provides user a quick alternate option if the site they navigate to is down.

Dead-end Alternateとは何ですか?

Dead-end Alternateはsaundersd747によって開発されたChromeの拡張機能で、その主な機能は「Provides user a quick alternate option if the site they navigate to is down.」です。

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

screenshot

Dead-end Alternate拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Avoids online dead-ends by quickly providing users alternate options if a website is unavailable.                    

拡張機能の基本情報

名前 Dead-end Alternate Dead-end Alternate
ID ckedpbhdengfhefboeknomhejjdihpai
公式URL https://chrome.google.com/webstore/detail/dead-end-alternate/ckedpbhdengfhefboeknomhejjdihpai
説明 Provides user a quick alternate option if the site they navigate to is down.
ファイルサイズ 6.38 KB
インストール数 30,000
現在のバージョン 1.0
最終更新日 2022-05-30
公開日 2022-05-30
評価 3.00/5 合計 4 レビュー
開発者 saundersd747
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://deadendalternate.com
ヘルプページのURL https://deadendalternate.com/?a=about
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Don S",
    "name": "Dead-end Alternate",
    "short_name": "Dead-end Alt",
    "homepage_url": "https:\/\/deadendalternate.com",
    "description": "Provides user a quick alternate option if the site they navigate to is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}