freshdrops

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

freshdropsคืออะไร?

freshdrops เป็นส่วนขยายของ Chrome ที่พัฒนาโดย freshdrops และคุณลักษณะหลักของมันคือ "Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย freshdrops

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}