better destination
Assists users with moving to a new destination if the site they visit is no longer online
Vad är better destination?
better destination är en Chrome-tillägg utvecklad av sebastian.white247, och dess huvudfunktion är "Assists users with moving to a new destination if the site they visit is no longer online".
Tilläggsskärmbilder
Ladda ner better destination-förlängningens CRX-fil
Ladda ner better destination-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
site no longer active directs them to related content Grundläggande Information om Tillägg
| Namn | |
| ID | chhidbgbpdfffedjmkaaihhgabmempnm |
| Officiell webbadress | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
| Beskrivning | Assists users with moving to a new destination if the site they visit is no longer online |
| Filstorlek | 6.41 KB |
| Antal Installationer | 200,000 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-09-19 |
| Publiceringsdatum | 2021-09-19 |
| Betyg | 2.32/5 Totalt 62 Betyg |
| Utvecklare | sebastian.white247 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://better-destination.com |
| Stödda Språk | 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"
} | |