better destination

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

Co je better destination?

better destination je rozšíření Chrome vyvinuté sebastian.white247, a jeho hlavní funkcí je „Assists users with moving to a new destination if the site they visit is no longer online“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření better destination

Stáhněte si soubory rozšíření better destination ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        site no longer active directs them to related content                    

Základní Informace o Rozšíření

Název better destination better destination
ID chhidbgbpdfffedjmkaaihhgabmempnm
Oficiální URL https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm
Popis Assists users with moving to a new destination if the site they visit is no longer online
Velikost souboru 6.41 KB
Počet instalací 200,000
Aktuální Verze 1.0
Poslední Aktualizace 2021-09-19
Datum Vydání 2021-09-19
Hodnocení 2.32/5 Celkem 62 Hodnocení
Vývojář sebastian.white247
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://better-destination.com
Podporované Jazyky 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"
}