Neon

A tool to improve Neopet's Shop Wizard.

Qu'est-ce que Neon ?

Neon est une extension Chrome développée par MintFarm, et sa fonction principale est "A tool to improve Neopet's Shop Wizard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Neon

Téléchargez les fichiers d'extension Neon 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

                        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!*                    

Informations de Base sur l'Extension

Nom Neon Neon
ID hpbfhmapaaocfnpmbikclmeokcgpljnm
URL Officiel https://chromewebstore.google.com/detail/neon/hpbfhmapaaocfnpmbikclmeokcgpljnm
Description A tool to improve Neopet's Shop Wizard.
Taille du Fichier 25.69 KB
Nombre d'Installations 284
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-02-22
Date de Publication 2022-04-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur MintFarm
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}