better destination
Assists users with moving to a new destination if the site they visit is no longer online
Hvad er better destination?
better destination er en Chrome-udvidelse udviklet af sebastian.white247, og dens hovedfunktion er "Assists users with moving to a new destination if the site they visit is no longer online".
Udvidelsesskærmbilleder
Download better destination-udvidelses-CRX-fil
Download better destination-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
site no longer active directs them to related content
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | chhidbgbpdfffedjmkaaihhgabmempnm |
Officiel URL | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
Beskrivelse | Assists users with moving to a new destination if the site they visit is no longer online |
Filstørrelse | 6.41 KB |
Antal Installationer | 200,000 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-09-19 |
Udgivelsesdato | 2021-09-19 |
Bedømmelse | 2.32/5 Samlet 62 Bedømmelser |
Udvikler | sebastian.white247 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://better-destination.com |
Understøttede Sprog | 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" } |