ERC Rarity

High-end NFT data and automation tools

Was ist ERC Rarity?

ERC Rarity ist eine Chrome-Erweiterung, die von ERC Rarity entwickelt wurde, und ihr Hauptmerkmal ist "High-end NFT data and automation tools".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ERC Rarity-Erweiterungs-CRX-Datei herunterladen

Laden Sie ERC Rarity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ERC Rarity ERC Rarity
ID mbhojobjcnpgjkjdafihoeacaflcojji
Offizielle URL https://chrome.google.com/webstore/detail/erc-rarity/mbhojobjcnpgjkjdafihoeacaflcojji
Beschreibung High-end NFT data and automation tools
Dateigröße 2.79 MB
Installationsanzahl 692
Aktuelle Version 1.0.9
Letztes Update 2022-11-19
Veröffentlichungsdatum 2022-07-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ERC Rarity
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://ercrarity.com
Hilfeseite URL https://ercrarity.com
URL der Datenschutzrichtlinien-Seite https://app.termly.io/document/privacy-policy/836188f6-930e-48cc-9c41-352b48a012db
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}