jpg.store PLUS - Cardano CNFT Tool

Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.

jpg.store PLUS - Cardano CNFT Tool क्या है?

jpg.store PLUS - Cardano CNFT Tool @SirezADA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features."।

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

screenshot
screenshot

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

crx प्रारूप में jpg.store PLUS - Cardano CNFT Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension aims to add additional useful information to jpg.store listings. Useful for every Cardano / CNFT enthusiast!

Features:
- Show floor walls on collections page (How many NFTs must be sold util floor doubles, triples, ...)
- Show floor value of NFTs in "MyNFTs"-Tab (Profile) + calculates the total floor value
- Bundles NFTs by policyId in the "MyNFTs"-Tab
- adds daily $RUNE reward info to mallard order nfts
- adds daily $AWOO reward info and rarity rank to unbothered wolves nfts
- adds rarity and daily $WARI reward info to phoenix arena nfts
- adds additional information to Ape Nation NFTs
- adds additional information to Space Ape Club NFTs
- adds $KITS rewards to Blurry Kits Lounge NFTs
- adds $HOARD rewards to Ancient Dragon Ascendants NFTs
- adds $WORK rewards to The Working Dead NFTs                    

एक्सटेंशन की मूल जानकारी

नाम jpg.store PLUS - Cardano CNFT Tool jpg.store PLUS - Cardano CNFT Tool
ID emndkdeeljnhblojmnbdfhjjeoikdcek
आधिकारिक URL https://chromewebstore.google.com/detail/jpgstore-plus-cardano-cnf/emndkdeeljnhblojmnbdfhjjeoikdcek
विवरण Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.
फ़ाइल का आकार 622 KB
स्थापना संख्या 835
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2023-10-08
प्रकाशन तिथि 2022-11-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर @SirezADA
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://twitter.com/SirezADA
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "jpg.store PLUS - Cardano CNFT Tool",
    "version": "0.1.9",
    "description": "Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script\/content.js"
            ],
            "matches": [
                "https:\/\/www.jpg.store\/*"
            ],
            "css": [
                "content_script\/styles\/main.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    }
}