The New NX

takes users to relative content when a website no longer exists

O que é The New NX?

The New NX é uma extensão do Chrome desenvolvida por dbrianda145, e sua principal característica é "takes users to relative content when a website no longer exists".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The New NX

Baixe arquivos de extensão The New NX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome The New NX The New NX
ID eobaljpoabdicahlacicihkdmlhgklod
URL Oficial https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod
Descrição takes users to relative content when a website no longer exists
Tamanho do Arquivo 16.18 KB
Contagem de Instalações 200,000
Versão Atual 1.1
Última Atualização 2021-08-03
Data de Publicação 2021-08-03
Classificação 2.00/5 Total de 71 Avaliações
Desenvolvedor dbrianda145
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thenewnx.com
Idiomas Suportados 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"
}