better destination

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

O que é better destination?

better destination é uma extensão do Chrome desenvolvida por sebastian.white247, e sua principal característica é "Assists users with moving to a new destination if the site they visit is no longer online".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão better destination

Baixe arquivos de extensão better destination no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        site no longer active directs them to related content                    

Informações Básicas da Extensão

Nome better destination better destination
ID chhidbgbpdfffedjmkaaihhgabmempnm
URL Oficial https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm
Descrição Assists users with moving to a new destination if the site they visit is no longer online
Tamanho do Arquivo 6.41 KB
Contagem de Instalações 200,000
Versão Atual 1.0
Última Atualização 2021-09-19
Data de Publicação 2021-09-19
Classificação 2.32/5 Total de 62 Avaliações
Desenvolvedor sebastian.white247
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://better-destination.com
Idiomas Suportados 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"
}