Neon

A tool to improve Neopet's Shop Wizard.

O que é Neon?

Neon é uma extensão do Chrome desenvolvida por MintFarm, e sua principal característica é "A tool to improve Neopet's Shop Wizard.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Neon

Baixe arquivos de extensão Neon 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

                        Neon simplifies your Neopet Shop Wizard searches by combining and organizing the results onto a single page.

It highlights the lowest-priced seller from your shop section in pink, enabling you to price your items for maximum profit while remaining the cheapest option in your section. 

The progress bar tracks your exploration of the 13 total shop sections. Letting you know how much of the market has been searched.

Plus, it is completely safe and compliant with Neopet's TOS, so there is no risk of being frozen. Please consider leaving a review to let others know how much you like our extension :)

Download now to save time and increase your profits!

*Big update coming once we reach 100 users!*                    

Informações Básicas da Extensão

Nome Neon Neon
ID hpbfhmapaaocfnpmbikclmeokcgpljnm
URL Oficial https://chromewebstore.google.com/detail/neon/hpbfhmapaaocfnpmbikclmeokcgpljnm
Descrição A tool to improve Neopet's Shop Wizard.
Tamanho do Arquivo 25.69 KB
Contagem de Instalações 284
Versão Atual 0.0.2
Última Atualização 2023-02-22
Data de Publicação 2022-04-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor MintFarm
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neon",
    "description": "A tool to improve Neopet's Shop Wizard.",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "neon16.png",
        "48": "neon48.png",
        "128": "neon128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.neopets.com\/shops\/wizard.phtml*",
                "https:\/\/www.neopets.com\/shops\/wizard.phtml*"
            ],
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}