The New NX
takes users to relative content when a website no longer exists
Wat is The New NX?
The New NX is een Chrome-extensie ontwikkeld door dbrianda145, en de belangrijkste functie is "takes users to relative content when a website no longer exists".
Extensie Screenshots
Download het CRX-bestand van de extensie The New NX
Download The New NX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows users to see to find related websites when their normal website is down
Basisinformatie over de Extensie
Naam | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
Officiële URL | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
Beschrijving | takes users to relative content when a website no longer exists |
Bestandsgrootte | 16.18 KB |
Aantal Installaties | 200,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-08-03 |
Publicatiedatum | 2021-08-03 |
Beoordeling | 2.00/5 Totaal 71 Beoordelingen |
Ontwikkelaar | dbrianda145 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://thenewnx.com |
Ondersteunde Talen | 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" } |