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
公式URL 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
Eメール [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"
            ]
        }
    ]
}