The New NX
takes users to relative content when a website no longer exists
Cos'è The New NX?
The New NX è un'estensione di Chrome sviluppata da dbrianda145, e la sua funzione principale è "takes users to relative content when a website no longer exists".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The New NX
Scarica i file di estensione The New NX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows users to see to find related websites when their normal website is down
Informazioni di Base sull'Estensione
Nome | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
Descrizione | takes users to relative content when a website no longer exists |
Dimensione del File | 16.18 KB |
Conteggio Installazioni | 200,000 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-08-03 |
Data di Pubblicazione | 2021-08-03 |
Valutazione | 2.00/5 Totale 71 Valutazioni |
Sviluppatore | dbrianda145 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://thenewnx.com |
Lingue Supportate | 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" } |