Regna | Ens Discovery Tool

Twitter Ens discovery. Inspect any profile that has a name ending in .eth

Regna | Ens Discovery Tool क्या है?

Regna | Ens Discovery Tool https://regna.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitter Ens discovery. Inspect any profile that has a name ending in .eth"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Regna | Ens Discovery Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Inspired by the rise of ens clubs, we have decided to make a tool that makes it easy to inspect all profiles on Twitter with a valid ENS name

Currently, you can see all of their ENS names filtered by clubs.

Roadmap:
surprise

F.A.Q.
1) Do I need to log in with Metamask?
No. The extension uses the same on chain data available on Etherscan or Opensea.

2) How do you detect what a person owns?
When an ENS name is displayed, you can easily search for the owner of that name. Once you know the adrress of the owner, you can see all their assets.

3) Why have you built this?
This extension was built because searching what ENS names someone holds  on Opensea is not practical. Imagine being 1-click away from seeing what your Twitter frens have.

4) How do I start using the extension?
Once installed, it works automatically. No further configurations needed. Simply start browsing on Twitter.                    

एक्सटेंशन की मूल जानकारी

नाम Regna | Ens Discovery Tool Regna | Ens Discovery Tool
ID ndhnfifmgmkcakpelkdlkhhnkldgnapl
आधिकारिक URL https://chromewebstore.google.com/detail/regna-ens-discovery-tool/ndhnfifmgmkcakpelkdlkhhnkldgnapl
विवरण Twitter Ens discovery. Inspect any profile that has a name ending in .eth
फ़ाइल का आकार 236 KB
स्थापना संख्या 37
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2022-11-10
प्रकाशन तिथि 2022-06-09
डेवलपर https://regna.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://regna.ai/extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Regna | Ens Discovery Tool",
    "description": "Twitter Ens discovery. Inspect any profile that has a name ending in .eth",
    "version": "0.1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "twitter.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "injectContent.js"
            ]
        }
    ]
}