Claimable WOOL Explorer

On-page viewer of the currently available WOOL amount for pouches.

Τι είναι το Claimable WOOL Explorer;

Το Claimable WOOL Explorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wooldox, και η κύρια λειτουργία του είναι "On-page viewer of the currently available WOOL amount for pouches.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Claimable WOOL Explorer

Λήψη αρχείων επέκτασης Claimable WOOL Explorer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Claimable WOOL, and relevant value-metrics will be displayed on:

- The Wool Pouch collection page
- The Wool pouch collection activity tab
- Your account page
- Your account activity tab
- Single pouch page

Use at your own risk - it is always recommended that you check the amount of claimable WOOL using the smart contract "amountAvailable" function.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Claimable WOOL Explorer Claimable WOOL Explorer
ID dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Επίσημο URL https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Περιγραφή On-page viewer of the currently available WOOL amount for pouches.
Μέγεθος Αρχείου 539 KB
Αριθμός Εγκαταστάσεων 53
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2022-08-30
Ημερομηνία Δημοσίευσης 2022-02-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής wooldox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://woolscan.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Claimable WOOL Explorer",
    "description": "On-page viewer of the currently available WOOL amount for pouches.",
    "version": "0.0.2",
    "minimum_chrome_version": "93",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}