better destination

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

What is better destination?

better destination is a Chrome extension developed by sebastian.white247, and its main feature is "Assists users with moving to a new destination if the site they visit is no longer online".

Extension Screenshots

screenshot
screenshot
screenshot

Download better destination Extension CRX File

Download better destination extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        site no longer active directs them to related content                    

Extension Basic Information

Name better destination better destination
ID chhidbgbpdfffedjmkaaihhgabmempnm
Official URL https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm
Description Assists users with moving to a new destination if the site they visit is no longer online
File Size 6.41 KB
Installation Count 200,000
Current Version 1.0
Last Updated 2021-09-19
Publish Date 2021-09-19
Rating 2.32/5 Total 62 Ratings
Developer sebastian.white247
Email [email protected]
Payment Type free
Extension Website https://better-destination.com
Supported Languages 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"
}