The Extension Of Perpetual NFT Exploration

Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.

ما هو The Extension Of Perpetual NFT Exploration؟

The Extension Of Perpetual NFT Exploration هو إضافة Chrome تم تطويرها بواسطة dg، والميزة الرئيسية لها هي "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The Extension Of Perpetual NFT Exploration

قم بتنزيل ملفات الامتداد The Extension Of Perpetual NFT Exploration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a chrome extension that shows you people’s NFTs when you view their profiles on twitter. It's built on HumanityDAO and The Graph. The chrome extension pulls the twitter => ethereum address mapping from HumanityDAO, so a twitter user needs to be enrolled in HumanityDAO’s registry for their NFTs to show up on their twitter profile.                    

معلومات أساسية عن التمديد

الاسم The Extension Of Perpetual NFT Exploration The Extension Of Perpetual NFT Exploration
ID ljfflmadhmibadcpalggnaejfibjghfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl
الوصف Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.
حجم الملف 21.56 KB
عدد التثبيتات 13
النسخة الحالية 0.1112
آخر تحديث 2019-08-26
تاريخ النشر 2019-08-26
تقييم 5.00/5 مجموع تقييمات 1
المطور dg
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Extension Of Perpetual NFT Exploration",
    "description": "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.",
    "version": "0.1112",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}