better destination
Assists users with moving to a new destination if the site they visit is no longer online
Was ist better destination?
better destination ist eine Chrome-Erweiterung, die von sebastian.white247 entwickelt wurde, und ihr Hauptmerkmal ist "Assists users with moving to a new destination if the site they visit is no longer online".
Erweiterungsscreenshots
better destination-Erweiterungs-CRX-Datei herunterladen
Laden Sie better destination-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
site no longer active directs them to related content Grundlegende Informationen zur Erweiterung
| Name | |
| ID | chhidbgbpdfffedjmkaaihhgabmempnm |
| Offizielle URL | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
| Beschreibung | Assists users with moving to a new destination if the site they visit is no longer online |
| Dateigröße | 6.41 KB |
| Installationsanzahl | 200,000 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-09-19 |
| Veröffentlichungsdatum | 2021-09-19 |
| Bewertung | 2.32/5 Insgesamt 62 Bewertungen |
| Entwickler | sebastian.white247 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://better-destination.com |
| Unterstützte Sprachen | 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"
} | |