CardanoLands

CardanoLands

CardanoLands क्या है?

CardanoLands cardanolands.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CardanoLands"।

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

screenshot
screenshot
screenshot

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

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

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

                        This easy-to-use Chrome extension helps you see which NFTs qualify for recurring staking rewards, including the amount and ticker of the tokens. It offers a convenient way to discover Cardano NFTs with potential to increase your daily rewards.

The extension currently shows rewards for 135+ CardanoLands-partnered projects on jpg.store and is updated in real-time to include new collections. We will soon expand this feature to include other marketplaces as well.

Features
Check daily $HEXO rewards for qualified NFT collections*
Check daily $PROXIE rewards for Cardano Proxies NFTs
More token rewards are coming soon…
 
*Qualified collections are found in the Leaderboard and High League of CardanoLands. The complete list can be seen on cardanolands.com/staking-hub.                    

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

नाम CardanoLands CardanoLands
ID cnkjejpnkhkpcdamkoadolbmlokeched
आधिकारिक URL https://chromewebstore.google.com/detail/cardanolands/cnkjejpnkhkpcdamkoadolbmlokeched
विवरण CardanoLands
फ़ाइल का आकार 67.2 KB
स्थापना संख्या 121
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-02-28
प्रकाशन तिथि 2022-12-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर cardanolands.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cardanolands.com/
सहायता पृष्ठ URL https://discord.com/invite/cardanolands
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CardanoLands",
    "version": "0.1.3",
    "description": "CardanoLands",
    "permissions": [
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/www.jpg.store\/*",
        "https:\/\/server.jpgstoreapis.com\/*"
    ],
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.jpg.store\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/collection.js",
                "js\/asset.js"
            ],
            "css": [
                "styles\/collection.css",
                "styles\/asset.css",
                "styles\/asset.css",
                "styles\/collection.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/NovaSquare-Regular.ttf",
                "styles\/styles.css",
                "assets\/hexo.svg"
            ],
            "matches": [
                "https:\/\/www.jpg.store\/*"
            ]
        }
    ],
    "manifest_version": 3
}