freshdrops

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

freshdrops là gì?

freshdrops là một tiện ích mở rộng Chrome được phát triển bởi freshdrops, và tính năng chính của nó là "Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng freshdrops

Tải xuống các tệp mở rộng freshdrops dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên freshdrops freshdrops
ID ihhpfeiebambghiicmacdaidmmknoiko
URL Chính Thức https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko
Mô tả Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
Kích Thước Tệp 7.68 MB
Số Lần Cài Đặt 686
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2023-06-16
Ngày Phát Hành 2021-10-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển freshdrops
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://freshdrops.io
URL Trang Trợ Giúp https://freshdrops.io
URL Trang Chính Sách Bảo Mật https://freshdrops.io/terms-privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}