The New NX
takes users to relative content when a website no longer exists
What is The New NX?
The New NX is a Chrome extension developed by dbrianda145, and its main feature is "takes users to relative content when a website no longer exists".
Extension Screenshots
Download The New NX Extension CRX File
Download The New NX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows users to see to find related websites when their normal website is down
Extension Basic Information
Name | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
Official URL | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
Description | takes users to relative content when a website no longer exists |
File Size | 16.18 KB |
Installation Count | 200,000 |
Current Version | 1.1 |
Last Updated | 2021-08-03 |
Publish Date | 2021-08-03 |
Rating | 2.00/5 Total 71 Ratings |
Developer | dbrianda145 |
[email protected] | |
Payment Type | free |
Extension Website | https://thenewnx.com |
Supported Languages | 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" } |