better destination

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

Co to jest better destination?

better destination to rozszerzenie Chrome opracowane przez sebastian.white247, a jego główną funkcją jest „Assists users with moving to a new destination if the site they visit is no longer online”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia better destination

Pobierz pliki rozszerzeń better destination w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        site no longer active directs them to related content                    

Podstawowe informacje o rozszerzeniu

Nazwa better destination better destination
ID chhidbgbpdfffedjmkaaihhgabmempnm
Oficjalny URL https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm
Opis Assists users with moving to a new destination if the site they visit is no longer online
Rozmiar pliku 6.41 KB
Liczba instalacji 200,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-09-19
Data Publikacji 2021-09-19
Ocena 2.32/5 Łącznie 62 Oceny
Deweloper sebastian.white247
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://better-destination.com
Obsługiwane Języki 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"
}