Axie.zone Pricing Helper

This extension allows you to visualize the sold prices in the Axie.zone Finder.

什麼是Axie.zone Pricing Helper?

Axie.zone Pricing Helper是由https://oshiteku.app開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to visualize the sold prices in the Axie.zone Finder.”。

擴展截圖

screenshot

下載Axie.zone Pricing Helper擴展crx文件

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

擴展使用說明

                        Axie.zone Finder is very useful for finding the Axie you want, but it doesn't allow you to see the past sales history. This extension will help you to analyze the price of Axie.                    

擴展基本資訊

名稱 Axie.zone Pricing Helper Axie.zone Pricing Helper
ID gnejflagnhkhfalcogkkcpejgkiflibf
官方網址 https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf
簡介 This extension allows you to visualize the sold prices in the Axie.zone Finder.
檔案大小 845 KB
安裝次數 927
目前版本 1.1
更新時間 2020-11-03
上架時間 2020-11-01
開發者 https://oshiteku.app
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Axie.zone Pricing Helper",
    "description": "This extension allows you to visualize the sold prices in the Axie.zone Finder.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "https:\/\/axie.zone\/*",
        "https:\/\/axieinfinity.com\/graphql-server\/graphql"
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/axie.zone\/finder*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}