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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://oshiteku.app, και η κύρια λειτουργία του είναι "This extension allows you to visualize the sold prices in the Axie.zone Finder.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Axie.zone Pricing Helper

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
            ]
        }
    ]
}