OpenSea Extended
OpenSea Extended is a extension for OpenSea who gives way more power to the user!
ما هو OpenSea Extended؟
OpenSea Extended هو إضافة Chrome تم تطويرها بواسطة https://opensea-extended.com، والميزة الرئيسية لها هي "OpenSea Extended is a extension for OpenSea who gives way more power to the user!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OpenSea Extended
قم بتنزيل ملفات الامتداد OpenSea Extended بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        By offering a powerful free extension to deal with OpenSea we allow everyone to have a shot to win on the NFT world.
We don't give just and advantage, we offer a wide set of tools who will make you win if you're smart using it!
Features:
 - Rarity and Rank
 - More information about NFTs
 - Quick buy
Coming soon:
 - Notifications
 - Cache refresh
 - Meta refresh
 And much more for FREE
Feature requests? Access our discord: https://bit.ly/3rujGA5                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | ejojlbfkbdbdgfpackpkphpobgofmopd | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/opensea-extended/ejojlbfkbdbdgfpackpkphpobgofmopd | 
| الوصف | OpenSea Extended is a extension for OpenSea who gives way more power to the user! | 
| حجم الملف | 215 KB | 
| عدد التثبيتات | 120 | 
| النسخة الحالية | 1.0.2 | 
| آخر تحديث | 2022-02-10 | 
| تاريخ النشر | 2022-02-08 | 
| تقييم | 5.00/5 مجموع تقييمات 2 | 
| المطور | https://opensea-extended.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | in_app | 
| موقع الإضافة | https://opensea-extended.com | 
| عنوان صفحة سياسة الخصوصية | https://impostonator.dkw.im/politica-de-privacidade.html | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenSea Extended",
    "description": "OpenSea Extended is a extension for OpenSea who gives way more power to the user!",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.opensea-extended.com\/*",
        "http:\/\/opensea-extended.com\/*",
        "https:\/\/opensea-extended.com\/*",
        "https:\/\/api.opensea-extended.com\/*",
        "http:\/\/api.opensea-extended.com\/*"
    ],
    "icons": {
        "512": "images\/logo-icon.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/opensea-extended.com\/*",
                "https:\/\/opensea-extended.com\/*",
                "https:\/\/opensea-extended.com:3000\/*",
                "http:\/\/opensea-extended.com:3000\/*",
                "https:\/\/opensea.io\/*",
                "http:\/\/opensea.io\/*"
            ],
            "css": [
                "content\/css\/bootstrap-iso.min.css",
                "content\/css\/ose.css"
            ],
            "js": [
                "content\/contentScript.js"
            ]
        }
    ]
}  |  |