The New NX

takes users to relative content when a website no longer exists

Qu'est-ce que The New NX ?

The New NX est une extension Chrome développée par dbrianda145, et sa fonction principale est "takes users to relative content when a website no longer exists".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The New NX

Téléchargez les fichiers d'extension The New NX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allows users to see to find related websites when their normal website is down                    

Informations de Base sur l'Extension

Nom The New NX The New NX
ID eobaljpoabdicahlacicihkdmlhgklod
URL Officiel https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod
Description takes users to relative content when a website no longer exists
Taille du Fichier 16.18 KB
Nombre d'Installations 200,000
Version Actuelle 1.1
Dernière Mise à Jour 2021-08-03
Date de Publication 2021-08-03
Évaluation 2.00/5 Total 71 Évaluations
Développeur dbrianda145
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thenewnx.com
Langues Prises en Charge 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"
}