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 là gì?

Parrot: Solana NFT Sniper là một tiện ích mở rộng Chrome được phát triển bởi https://prosperousparrots.com, và tính năng chính của nó là "The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Parrot: Solana NFT Sniper

Tải xuống các tệp mở rộng Parrot: Solana NFT Sniper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Parrot: Solana NFT Sniper Parrot: Solana NFT Sniper
ID bcdlklpjafjhegmkcnopkbkchclhafbd
URL Chính Thức https://chromewebstore.google.com/detail/parrot-solana-nft-sniper/bcdlklpjafjhegmkcnopkbkchclhafbd
Mô tả The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the…
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 1,027
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-11-06
Ngày Phát Hành 2022-04-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://prosperousparrots.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.prosperousparrots.com
URL Trang Trợ Giúp http://www.prosperousparrots.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}