The New NX

takes users to relative content when a website no longer exists

The New NX là gì?

The New NX là một tiện ích mở rộng Chrome được phát triển bởi dbrianda145, và tính năng chính của nó là "takes users to relative content when a website no longer exists".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The New NX

Tải xuống các tệp mở rộng The New NX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The New NX The New NX
ID eobaljpoabdicahlacicihkdmlhgklod
URL Chính Thức https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod
Mô tả takes users to relative content when a website no longer exists
Kích Thước Tệp 16.18 KB
Số Lần Cài Đặt 200,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-08-03
Ngày Phát Hành 2021-08-03
Đánh Giá 2.00/5 Tổng số 71 Đánh Giá
Nhà Phát Triển dbrianda145
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thenewnx.com
Ngôn Ngữ Được Hỗ Trợ 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"
}