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
公式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
Eメール [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"
    ]
}