CardanoLands

CardanoLands

CardanoLandsคืออะไร?

CardanoLands เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cardanolands.dev และคุณลักษณะหลักของมันคือ "CardanoLands"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CardanoLands

ดาวน์โหลดไฟล์ส่วนขยาย CardanoLands ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}