freshdrops

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

Vad är freshdrops?

freshdrops är en Chrome-tillägg utvecklad av freshdrops, och dess huvudfunktion är "Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner freshdrops-förlängningens CRX-fil

Ladda ner freshdrops-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn freshdrops freshdrops
ID ihhpfeiebambghiicmacdaidmmknoiko
Officiell webbadress https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko
Beskrivning Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
Filstorlek 7.68 MB
Antal Installationer 686
Aktuell Version 0.7
Senast Uppdaterad 2023-06-16
Publiceringsdatum 2021-10-20
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare freshdrops
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://freshdrops.io
Hjälpsida URL https://freshdrops.io
URL till Sekretesspolicy Sidan https://freshdrops.io/terms-privacy
Stödda Språk 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"
    ]
}