ERC Rarity

High-end NFT data and automation tools

Τι είναι το ERC Rarity;

Το ERC Rarity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ERC Rarity, και η κύρια λειτουργία του είναι "High-end NFT data and automation tools".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ERC Rarity

Λήψη αρχείων επέκτασης ERC Rarity σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Giving you the best information and automation for buying and selling NFT's

Limited Plan (Free):
- Integrates natively into OpenSea (more platforms in the future)
- Quickly view floor price of a collection while browsing items
- Access to advanced ranking information of items within thousands of collections (after 7 days)

Premium Plan: 
- Everything in Limited Plan
- Instant access to ranking info
- Easy-to-use rarity scoring
- Quick buy
- Request any collection
- Trait scoring breakdown                    

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

Όνομα ERC Rarity ERC Rarity
ID mbhojobjcnpgjkjdafihoeacaflcojji
Επίσημο URL https://chrome.google.com/webstore/detail/erc-rarity/mbhojobjcnpgjkjdafihoeacaflcojji
Περιγραφή High-end NFT data and automation tools
Μέγεθος Αρχείου 2.79 MB
Αριθμός Εγκαταστάσεων 692
Τρέχουσα Έκδοση 1.0.9
Τελευταία Ενημέρωση 2022-11-19
Ημερομηνία Δημοσίευσης 2022-07-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής ERC Rarity
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://ercrarity.com
Διεύθυνση URL της Σελίδας Βοήθειας https://ercrarity.com
URL της Σελίδας Πολιτικής Απορρήτου https://app.termly.io/document/privacy-policy/836188f6-930e-48cc-9c41-352b48a012db
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "High-end NFT data and automation tools",
    "version": "1.0.9",
    "manifest_version": 3,
    "name": "ERC Rarity",
    "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\/*"
            ],
            "js": [
                "openseaContentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "generalContentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.opensea.io\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "openseaPageContextInject.bundle.js"
            ],
            "matches": [
                "https:\/\/*.opensea.io\/*"
            ]
        },
        {
            "resources": [
                "generalPageContextInject.bundle.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}