Cyan Extension

Buy now, pay later for the Metaverse

Cyan Extension क्या है?

Cyan Extension https://usecyan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Buy now, pay later for the Metaverse"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Add the option to buy your NFT now, and pay later with Cyan.
A free upgrade to your OpenSea, LooksRare, X2Y2 and Pudgy Penguin marketplace experience with Cyan's buy now pay later (BNPL) and Pawn services.

Protocol audit conducted by CertiK. Keeping funds and NFTs safe is our first priority.

- Purchase NFTs with only a 25% downpayment, and pay the rest over time.
- Borrow ETH against NFTs you already own.
- Native experience within marketplaces.
- Monitor BNPL and NFT Loans, and receive notices.
- Quickly check the value of your NFTs with Loan appraisals.

With plenty more features to come!                    

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

नाम Cyan Extension Cyan Extension
ID knpcgeeofdmafehffknjfedljlacnbdm
आधिकारिक URL https://chromewebstore.google.com/detail/cyan-extension/knpcgeeofdmafehffknjfedljlacnbdm
विवरण Buy now, pay later for the Metaverse
फ़ाइल का आकार 14.49 MB
स्थापना संख्या 150
वर्तमान संस्करण 2.1.8
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2022-10-01
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://usecyan.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.usecyan.com/
सहायता पृष्ठ URL https://docs.usecyan.com/
गोपनीयता नीति पृष्ठ URL https://docs.usecyan.com/docs/terms-of-service
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyan Extension",
    "short_name": "Cyan dApp",
    "description": "Buy now, pay later for the Metaverse",
    "version": "2.1.8",
    "minimum_chrome_version": "93",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pudgypenguins.com\/*"
            ],
            "js": [
                "static\/js\/content\/pudgypenguins.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.opensea.io\/*"
            ],
            "js": [
                "static\/js\/content\/opensea.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.looksrare.org\/*"
            ],
            "js": [
                "static\/js\/content\/looksrare.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.x2y2.io\/*"
            ],
            "js": [
                "static\/js\/content\/x2y2.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.sudoswap.xyz\/*"
            ],
            "js": [
                "static\/js\/content\/sudoswap.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.apecoinmarketplace.com\/*"
            ],
            "js": [
                "static\/js\/content\/apecoinmarketplace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "logo128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.opensea.io\/*",
        "https:\/\/*.looksrare.org\/*",
        "https:\/\/*.usecyan.com\/*",
        "https:\/\/*.pudgypenguins.com\/*",
        "https:\/\/*.x2y2.io\/*",
        "https:\/\/*.sudoswap.xyz\/*",
        "https:\/\/*.apecoinmarketplace.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/pageContextInject.js",
                "fonts\/*.woff2"
            ],
            "matches": [
                "https:\/\/*.opensea.io\/*",
                "https:\/\/*.looksrare.org\/*",
                "https:\/\/*.pudgypenguins.com\/*",
                "https:\/\/*.x2y2.io\/*",
                "https:\/\/*.sudoswap.xyz\/*",
                "https:\/\/*.apecoinmarketplace.com\/*"
            ]
        }
    ]
}