freshdrops

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

什麼是freshdrops?

freshdrops是由freshdrops開發的Chrome擴展程式,該擴展的主要功能是“Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載freshdrops擴展crx文件

下載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
官方網址 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"
    ]
}