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文件

下載The New NX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 The New NX The New NX
ID eobaljpoabdicahlacicihkdmlhgklod
官方網址 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"
}