better destination

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

Wat is better destination?

better destination is een Chrome-extensie ontwikkeld door sebastian.white247, en de belangrijkste functie is "Assists users with moving to a new destination if the site they visit is no longer online".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie better destination

Download better destination-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        site no longer active directs them to related content                    

Basisinformatie over de Extensie

Naam better destination better destination
ID chhidbgbpdfffedjmkaaihhgabmempnm
Officiële URL https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm
Beschrijving Assists users with moving to a new destination if the site they visit is no longer online
Bestandsgrootte 6.41 KB
Aantal Installaties 200,000
Huidige Versie 1.0
Laatst Bijgewerkt 2021-09-19
Publicatiedatum 2021-09-19
Beoordeling 2.32/5 Totaal 62 Beoordelingen
Ontwikkelaar sebastian.white247
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://better-destination.com
Ondersteunde Talen 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"
}