better destination

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

better destination란 무엇입니까?

better destination은(는) sebastian.white247에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assists users with moving to a new destination if the site they visit is no longer online"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

better destination 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        site no longer active directs them to related content                    

확장 프로그램 기본 정보

이름 better destination better destination
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"
}