The New NX
takes users to relative content when a website no longer exists
Vad är The New NX?
The New NX är en Chrome-tillägg utvecklad av dbrianda145, och dess huvudfunktion är "takes users to relative content when a website no longer exists".
Tilläggsskärmbilder
Ladda ner The New NX-förlängningens CRX-fil
Ladda ner The New NX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows users to see to find related websites when their normal website is down
Grundläggande Information om Tillägg
Namn | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
Beskrivning | takes users to relative content when a website no longer exists |
Filstorlek | 16.18 KB |
Antal Installationer | 200,000 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2021-08-03 |
Publiceringsdatum | 2021-08-03 |
Betyg | 2.00/5 Totalt 71 Betyg |
Utvecklare | dbrianda145 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://thenewnx.com |
Stödda Språk | 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" } |