The New NX

takes users to relative content when a website no longer exists

The New NX란 무엇입니까?

The New NX은(는) dbrianda145에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "takes users to relative content when a website no longer exists"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

The New NX 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows users to see to find related websites when their normal website is down                    

확장 프로그램 기본 정보

이름 The New NX The New NX
ID eobaljpoabdicahlacicihkdmlhgklod
공식 URL https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod
설명 takes users to relative content when a website no longer exists
파일 크기 16.18 KB
설치 횟수 200,000
현재 버전 1.1
최근 업데이트 2021-08-03
출시 날짜 2021-08-03
평점 2.00/5 총 71 개의 평점
개발자 dbrianda145
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thenewnx.com
지원되는 언어 en-US
manifest.json
{
    "author": "Daniel greaves",
    "name": "The New NX",
    "short_name": "the NNX",
    "homepage_url": "https:\/\/thenewnx.com",
    "description": "takes users to relative content when a website no longer exists",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_title": "The New NX "
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}