Seadvisor.io - NFT rarity and notifications

The official extension for Chrome. Forget about switching tabs to find out the rarity! By installing this plug-in, you will extend…

Τι είναι το Seadvisor.io - NFT rarity and notifications;

Το Seadvisor.io - NFT rarity and notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον softwarebay.io, και η κύρια λειτουργία του είναι "The official extension for Chrome. Forget about switching tabs to find out the rarity! By installing this plug-in, you will extend…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Seadvisor.io - NFT rarity and notifications

Λήψη αρχείων επέκτασης Seadvisor.io - NFT rarity and notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The official extension for Chrome.

Forget about switching tabs to find out the rarity! By installing this plug-in, you will extend the possibilities of your browser to check the rarity ranks directly on OpenSea. The most necessary data will be available next to each item of the collection.

Extension features:

Recalculated ranks available in just 30 seconds!
As soon as new reveals come out, we download raw data, manipulate it, and share with you our calculations such as individual NFTs’ scores and their ranks in less than 30 seconds.
Our bots are spread out all over the world to provide you with the fastest data as soon as possible. We transfer the data to one place and compute it. This gives us great results, even if NFT’s creator’s API isn’t fast enough. This allows you to identify NFTs with the best rarity to price ratio, long before others will.

AutoBuy function

You can also go one step further by setting up the autobuy function. You can set your preferences, such as bargain prices, rankings, or floor differences, individually for each of the collections. If the assets that match your criteria appear after the reveal, we will try to buy them automatically for you.

Notification system

Automate your strategy! After subscribing you will receive notifications about the best deals in as little as 5 seconds after they are published. This means no more waiting in front of the computer and constantly refreshing the pages hoping for a lucky strike. Leave this part to us and simply receive notifications about events of your interest.

If someone makes a purchase or puts up for sale an NFT of the ranking, price, and even the floor difference chosen by you, you will be immediately informed about it.

Remember! This tool shouldn’t be regarded as professional, financial advice.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Seadvisor.io - NFT rarity and notifications Seadvisor.io - NFT rarity and notifications
ID cjedamchepeeoafefdjnpbchhldolghc
Επίσημο URL https://chromewebstore.google.com/detail/seadvisorio-nft-rarity-an/cjedamchepeeoafefdjnpbchhldolghc
Περιγραφή The official extension for Chrome. Forget about switching tabs to find out the rarity! By installing this plug-in, you will extend…
Μέγεθος Αρχείου 1.28 MB
Αριθμός Εγκαταστάσεων 97
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2022-03-10
Ημερομηνία Δημοσίευσης 2022-03-03
Προγραμματιστής softwarebay.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://seadvisor.io/en
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0",
    "manifest_version": 3,
    "name": "Seadvisor.io - NFT rarity and notifications",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/",
                "https:\/\/opensea.io\/activity",
                "https:\/\/opensea.io\/*\/*",
                "https:\/\/seadvisor.io\/*",
                "https:\/\/app.seadvisor.io\/extension"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}