better destination
Assists users with moving to a new destination if the site they visit is no longer online
Что такое better destination?
better destination - это расширение Chrome, разработанное sebastian.white247, и его основная функция - "Assists users with moving to a new destination if the site they visit is no longer online".
Снимки экрана расширения
Скачать файл CRX расширения better destination
Скачайте файлы расширений better destination в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
site no longer active directs them to related content Основная информация о расширении
| Название | |
| ID | chhidbgbpdfffedjmkaaihhgabmempnm |
| Официальный URL | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
| Описание | Assists users with moving to a new destination if the site they visit is no longer online |
| Размер файла | 6.41 KB |
| Количество установок | 200,000 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2021-09-19 |
| Дата публикации | 2021-09-19 |
| Рейтинг | 2.32/5 Всего 62 оценок |
| Разработчик | sebastian.white247 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://better-destination.com |
| Поддерживаемые языки | 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"
} | |