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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://freshdrops.io
عنوان صفحة سياسة الخصوصية 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"
    ]
}