freshdrops

Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…

Τι είναι το freshdrops;

Το freshdrops είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον freshdrops, και η κύρια λειτουργία του είναι "Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show revealed NFTs faster. Newly added feature includes checking other exchanges for lower prices 👀 WAGMI!                    

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

Όνομα freshdrops freshdrops
ID ihhpfeiebambghiicmacdaidmmknoiko
Επίσημο URL https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko
Περιγραφή Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
Μέγεθος Αρχείου 7.68 MB
Αριθμός Εγκαταστάσεων 686
Τρέχουσα Έκδοση 0.7
Τελευταία Ενημέρωση 2023-06-16
Ημερομηνία Δημοσίευσης 2021-10-20
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής freshdrops
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://freshdrops.io
Διεύθυνση URL της Σελίδας Βοήθειας https://freshdrops.io
URL της Σελίδας Πολιτικής Απορρήτου https://freshdrops.io/terms-privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "freshdrops",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.7",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "app.css",
                "mod.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/freshdrops.io\/*"
            ],
            "js": [
                "auth.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "freshdrops-logo-beta.svg",
        "freshdrops-logo-beta-hi-pink.svg",
        "freshdrops-logo-beta-hi-black.svg",
        "freshdrops.js",
        "icon16.png",
        "ping.mp3",
        "fdplus16.png"
    ]
}