Nexus Rely

Nexus Rely Credit Score

ما هو Nexus Rely؟

Nexus Rely هو إضافة Chrome تم تطويرها بواسطة https://nexusrely.io، والميزة الرئيسية لها هي "Nexus Rely Credit Score".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Nexus Rely

قم بتنزيل ملفات الامتداد Nexus Rely بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Nexus Rely is a thriving and dynamic community and network that unites independent individuals, much like masterless samurais (Ronin). In this unique ecosystem, participants forge trust, nurture their reputations, and harness the capabilities of blockchain technology. Through collaborative quests and shared objectives, they embark on journeys of personal growth, make meaningful contributions to the ecosystem, and coalesce into a nexus that seamlessly merges the realms of credit, reputation, blockchain, and questing. This unified and impactful experience is at the heart of Nexus Rely, where individuals converge to explore, connect, and thrive.
----------------------------------------------------
Feature
- Users have the ability to search for a wallet address and access information such as scores, Ronin summaries, Nexus summaries, and asset summaries.
- Users can also gain insights into Nexusrely on Telegram, Twitter, and Discord, and choose to make donations to support our cause.                    

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

الاسم Nexus Rely Nexus Rely
ID hokgbphgphfjljckhcpmkankjjocgcan
عنوان URL الرسمي https://chromewebstore.google.com/detail/nexus-rely/hokgbphgphfjljckhcpmkankjjocgcan
الوصف Nexus Rely Credit Score
حجم الملف 3.14 MB
عدد التثبيتات 51
النسخة الحالية 1.0.5
آخر تحديث 2023-10-27
تاريخ النشر 2023-10-10
تقييم 5.00/5 مجموع تقييمات 9
المطور https://nexusrely.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nexusrely.io
عنوان صفحة المساعدة https://nexusrely.io
عنوان صفحة سياسة الخصوصية https://whitepaper.nexusrely.io/policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "NexusRely",
    "version": "1.0.5",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": ".\/assets\/icons\/icon-16x16.png",
        "32": ".\/assets\/icons\/icon-32x32.png",
        "192": ".\/assets\/icons\/icon-192x192.png",
        "512": ".\/assets\/icons\/icon-512x512.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/roninchain.com\/*",
                "https:\/\/*.roninchain.com\/*",
                "https:\/\/axies.io\/*",
                "https:\/\/*.axies.io\/*",
                "https:\/\/axieinfinity.com\/*",
                "https:\/\/*.axieinfinity.com\/*",
                "https:\/\/skymavis.com\/*",
                "https:\/\/*.skymavis.com\/*",
                "https:\/\/communitygaming.io\/*",
                "https:\/\/*.communitygaming.io\/*",
                "https:\/\/apy.vision\/*",
                "https:\/\/*.apy.vision\/*",
                "https:\/\/breadcrumbs.app\/*",
                "https:\/\/*.breadcrumbs.app\/*",
                "https:\/\/axiedao.org\/*",
                "https:\/\/*.axiedao.org\/*",
                "https:\/\/*.katana-analytics.roninchain.com\/*",
                "https:\/\/katana-analytics.roninchain.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/roninchain.com\/*",
        "https:\/\/*.roninchain.com\/*",
        "https:\/\/axies.io\/*",
        "https:\/\/*.axies.io\/*",
        "https:\/\/axieinfinity.com\/*",
        "https:\/\/*.axieinfinity.com\/*",
        "https:\/\/skymavis.com\/*",
        "https:\/\/*.skymavis.com\/*",
        "https:\/\/communitygaming.io\/*",
        "https:\/\/*.communitygaming.io\/*",
        "https:\/\/apy.vision\/*",
        "https:\/\/*.apy.vision\/*",
        "https:\/\/breadcrumbs.app\/*",
        "https:\/\/*.breadcrumbs.app\/*",
        "https:\/\/axiedao.org\/*",
        "https:\/\/*.axiedao.org\/*",
        "https:\/\/*.katana-analytics.roninchain.com\/*",
        "https:\/\/katana-analytics.roninchain.com\/*"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/icons\/icon-16x16.png",
            "32": ".\/assets\/icons\/icon-32x32.png"
        },
        "default_title": "Nexus Rely",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content\/*",
                "options\/*",
                "popup\/*",
                "background\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}