Underground Society Labs - Core

Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price.

Underground Society Labs - Core क्या है?

Underground Society Labs - Core Underground Society Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price."।

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

screenshot
screenshot
screenshot

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

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

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

                        Core: the tool to triple your NFT trading power on Solana.

Buy and trade NFTs on your favourite marketplaces, for 33.3% of their floor price. 

Do more with Core:

- Purchase supported collections for as little as 33.3% of the price.
- Trade on your favourite marketplaces using Core.
- Interact with your favourite NFTs from inside the Vault.
- Share how you have been trading with Core history.

How does the extension work:

1. The extension overlays buyable NFTs with a UGS icon.
2. On clicking the UGS icon, you will be able to determine your deposit (min. 33.3%, max. 99%) on the now opened buy screen.
3. The Buy button will trigger the wallet popup to sign the transaction.

Core lowers the barrier that separates you from your favourite NFTs.

Welcome to the Underground.                    

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

नाम Underground Society Labs - Core Underground Society Labs - Core
ID eglkomfoddglkghmggdihimonlaabogp
आधिकारिक URL https://chromewebstore.google.com/detail/underground-society-labs/eglkomfoddglkghmggdihimonlaabogp
विवरण Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price.
फ़ाइल का आकार 304 KB
स्थापना संख्या 297
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-06-16
प्रकाशन तिथि 2022-10-20
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Underground Society Labs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.ugslabs.xyz
सहायता पृष्ठ URL https://ugslabs.xyz/
गोपनीयता नीति पृष्ठ URL https://www.termsfeed.com/live/e3793432-e924-4a53-9ab0-6bbe1e92db71
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "1.0.6",
    "author": "Underground Society Labs",
    "name": "Underground Society Labs - Core",
    "description": "Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.magiceden.io\/*"
            ],
            "js": [
                "handle-main-world-fetch.a802dec0.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}