Neon

A tool to improve Neopet's Shop Wizard.

什麼是Neon?

Neon是由MintFarm開發的Chrome擴展程式,該擴展的主要功能是“A tool to improve Neopet's Shop Wizard.”。

擴展截圖

screenshot

下載Neon擴展crx文件

下載Neon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Neon Neon
ID hpbfhmapaaocfnpmbikclmeokcgpljnm
官方網址 https://chromewebstore.google.com/detail/neon/hpbfhmapaaocfnpmbikclmeokcgpljnm
簡介 A tool to improve Neopet's Shop Wizard.
檔案大小 25.69 KB
安裝次數 284
目前版本 0.0.2
更新時間 2023-02-22
上架時間 2022-04-03
評分 5.00/5 共 2 次評分
開發者 MintFarm
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}