freshdrops

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

Cos'è freshdrops?

freshdrops è un'estensione di Chrome sviluppata da freshdrops, e la sua funzione principale è "Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione freshdrops

Scarica i file di estensione freshdrops in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome freshdrops freshdrops
ID ihhpfeiebambghiicmacdaidmmknoiko
URL Ufficiale https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko
Descrizione Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
Dimensione del File 7.68 MB
Conteggio Installazioni 686
Versione Corrente 0.7
Ultimo Aggiornamento 2023-06-16
Data di Pubblicazione 2021-10-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore freshdrops
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://freshdrops.io
URL della Pagina di Aiuto https://freshdrops.io
URL della Pagina della Politica sulla Privacy https://freshdrops.io/terms-privacy
Lingue Supportate 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"
    ]
}