Claimable WOOL Explorer

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

Claimable WOOL Explorer क्या है?

Claimable WOOL Explorer wooldox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On-page viewer of the currently available WOOL amount for pouches."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Claimable WOOL Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}