better destination

Assists users with moving to a new destination if the site they visit is no longer online

什么是better destination?

better destination是由sebastian.white247开发的Chrome扩展程序,该扩展的主要功能是“Assists users with moving to a new destination if the site they visit is no longer online”。

扩展截图

screenshot
screenshot
screenshot

下载better destination扩展crx文件

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

扩展使用说明

                        site no longer active directs them to related content                    

扩展基本信息

名称 better destination better destination
ID chhidbgbpdfffedjmkaaihhgabmempnm
官方URL https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm
简介 Assists users with moving to a new destination if the site they visit is no longer online
文件大小 6.41 KB
安装次数 200,000
当前版本 1.0
更新时间 2021-09-19
上架时间 2021-09-19
评分 2.32/5 共62次评分
开发者 sebastian.white247
电子邮箱 [email protected]
付费类型 free
扩展官网 https://better-destination.com
支持的语言 en-US
manifest.json
{
    "author": "Scott Davidson",
    "name": "better destination",
    "short_name": "BD",
    "homepage_url": "https:\/\/better-destination.com",
    "description": "Assists users with moving to a new destination if the site they visit is no longer online",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_title": "better destination"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}