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
官方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"
}