Parrot: Solana NFT Sniper

The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the…

Parrot: Solana NFT Sniper क्या है?

Parrot: Solana NFT Sniper https://prosperousparrots.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the…"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the following scenarios:

◎ When a new NFT listing appears on any marketplace under a specific price so you can snipe from paperhands. 

◎ When a new NFT listing appears with specific trait(s) under a certain price so you can snipe a rare one for cheap.

◎ When the Floor Price of a specific NFT Collection rises so you can dump your bags.

◎ When the Floor Price of a specific NFT Collection dumps so you can paperhand your NFTs if needed.

◎ Find historical sales data for NFTs with specific traits (so you can see what the actual selling price was for your rare NFT in the past few days/weeks/months not just the "Floor Price" of that trait). 

How it works:

Browse projects on Hyperspace.xyz, find the collection you are interested in. If you are looking specific traits select them on Hyperspace first. Open our extension. Have fun.

Free from the Parrot team.                    

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

नाम Parrot: Solana NFT Sniper Parrot: Solana NFT Sniper
ID bcdlklpjafjhegmkcnopkbkchclhafbd
आधिकारिक URL https://chromewebstore.google.com/detail/parrot-solana-nft-sniper/bcdlklpjafjhegmkcnopkbkchclhafbd
विवरण The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the…
फ़ाइल का आकार 1.13 MB
स्थापना संख्या 1,027
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2022-11-06
प्रकाशन तिथि 2022-04-01
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://prosperousparrots.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.prosperousparrots.com
सहायता पृष्ठ URL http://www.prosperousparrots.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Parrot Sniper",
    "name": "Parrot: Solana NFT Sniper",
    "version": "0.1.1",
    "manifest_version": 3,
    "description": "",
    "icons": {
        "192": ".\/logo192.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "notifications",
        "activeTab",
        "webRequest",
        "https:\/\/beta.api.hyperspace.xyz\/graphql"
    ],
    "host_permissions": [
        "https:\/\/*.hyperspace.xyz\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/hyperspace.xyz\/*",
        "https:\/\/*.api.mixpanel.com\/*",
        "https:\/\/api.mixpanel.com\/*",
        "https:\/\/*.mixpanel.com\/*"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hyperspace.xyz\/*",
                "https:\/\/*.mixpanel.com\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "action": {
        "default_title": "Mint",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "script-src": [
            "self",
            "unsafe-eval",
            "https:\/\/api.mixpanel.com"
        ],
        "object-src": "self"
    }
}