OpenSea Sniper - a cart & rarity tool by X2Y2

A shopping cart experience to buy NFTs in one transaction, saving up to 40% of your gas.

OpenSea Sniper - a cart & rarity tool by X2Y2 क्या है?

OpenSea Sniper - a cart & rarity tool by X2Y2 X2Y2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A shopping cart experience to buy NFTs in one transaction, saving up to 40% of your gas."।

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

screenshot

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

crx प्रारूप में OpenSea Sniper - a cart & rarity tool by X2Y2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension will add "Add to cart" buttons to all NFTs listing on OpenSea. You can just add what you want to buy to the cart and make the checkout to buy them in a single transaction. 

And with this approach, you can save up to 40% of your gas compared to buy each item in a different transactions.

This extension is provided by X2Y2.io, the NFT marketplace. You can buy items from X2Y2 and OpenSea together in one transaction too.                    

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

नाम OpenSea Sniper - a cart & rarity tool by X2Y2 OpenSea Sniper - a cart & rarity tool by X2Y2
ID lfccjjgigljjnolmcbnomabcihopiioo
आधिकारिक URL https://chromewebstore.google.com/detail/opensea-sniper-a-cart-rar/lfccjjgigljjnolmcbnomabcihopiioo
विवरण A shopping cart experience to buy NFTs in one transaction, saving up to 40% of your gas.
फ़ाइल का आकार 492 KB
स्थापना संख्या 2,185
वर्तमान संस्करण 0.6
अंतिम अपडेट 2022-03-29
प्रकाशन तिथि 2022-03-10
रेटिंग 5.00/5 कुल 40 रेटिंग्स
डेवलपर X2Y2
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://x2y2.io
सहायता पृष्ठ URL https://x2y2.io
गोपनीयता नीति पृष्ठ URL https://x2y2.io/page/terms
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenSea Sniper - a cart & rarity tool by X2Y2",
    "description": "A shopping cart experience to buy NFTs in one transaction, saving up to 40% of your gas.",
    "version": "0.6",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.x2y2.io\/*",
            "*:\/\/x2y2.io\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.opensea.io\/*",
                "*:\/\/opensea.io\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/main.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.x2y2.io\/*",
                "*:\/\/x2y2.io\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/x2y2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/x2y2_script.js"
            ],
            "matches": [
                "*:\/\/*.x2y2.io\/*",
                "*:\/\/x2y2.io\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "background",
        "storage",
        "webNavigation",
        "tabs"
    ]
}