Neon

A tool to improve Neopet's Shop Wizard.

Co to jest Neon?

Neon to rozszerzenie Chrome opracowane przez MintFarm, a jego główną funkcją jest „A tool to improve Neopet's Shop Wizard.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Neon

Pobierz pliki rozszerzeń Neon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Neon Neon
ID hpbfhmapaaocfnpmbikclmeokcgpljnm
Oficjalny URL https://chromewebstore.google.com/detail/neon/hpbfhmapaaocfnpmbikclmeokcgpljnm
Opis A tool to improve Neopet's Shop Wizard.
Rozmiar pliku 25.69 KB
Liczba instalacji 284
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2023-02-22
Data Publikacji 2022-04-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper MintFarm
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}