The New NX
takes users to relative content when a website no longer exists
The New NX क्या है?
The New NX dbrianda145 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "takes users to relative content when a website no longer exists"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The New NX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows users to see to find related websites when their normal website is down
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |