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
电子邮箱 [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:\/\/*\/*"
    ]
}