DappRadar

World’s Dapp Store in your browser. A trusted guide to decentralized apps.

What is DappRadar?

DappRadar is a Chrome extension developed by https://dappradar.com, and its main feature is "World’s Dapp Store in your browser. A trusted guide to decentralized apps.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DappRadar Extension CRX File

Download DappRadar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Experience the World's Dapp Store right from your browser with the DappRadar extension. DappRadar - your trustworthy companion in the world of decentralized applications (dapps). This extension seamlessly integrates with your browsing experience, empowering you to interact confidently with dapps, armed with crucial insights and safety verifications.

🤓 How to get started using the browser extension?
To fully utilize the extensive features of the DappRadar browser extension, it's essential to be a DappRadar PRO member. As a PRO member, you gain exclusive access to advanced functionalities and insights that empower your decentralized application (dapp) interactions.

1. You need a DappRadar account - Go to https://dappradar.com/auth and create one
2. Get yourself a DappRadar PRO membership - https://dappradar.com/account/pro-membership
3. Install the DappRadar browser extension
4. Locate the DappRadar icon in your browser’s toolbar, click it and open the extension.
5. Login or register if you don't have an account (see Step 1).
6. Click the "Refresh" icon in the extension to update your account.
7. Now you’re ready to use the DappRadar browser extension.


🌟 Key Features:

Dapp Verification: As you browse and interact with various dapps, the DappRadar browser extension continuously checks if the website you're visiting matches with the listing of the dapp on DappRadar. This ensures you're always interacting with the correct website, reducing the risk of falling victim to scams or malicious actors.

Stats at your fingertips: Gain quick and easy access to essential dapp statistics right from your browser. No more navigating through multiple websites for relevant insights. With the DappRadar browser extension, vital data is always within reach, enhancing your overall user experience and decision-making process.

⚙️ Functionalities:

Dapp Submission: Found a website that you're certain belongs to a dapp, but it isn't listed? With the DappRadar browser extension you can submit a dapp, contributing to the growth of the Web3 ecosystem.

Categories: Understanding the purpose and functionality of a dapp has never been easier. DappRadar Unleashed provides clear categorization, helping you identify the right dapps for your needs.

Supported Chains: Stay informed about the chains that each dapp supports. This essential information can impact your decision to interact with a particular dapp, and this extension keeps you updated at all times.

In the dynamic world of decentralized applications, having reliable and timely information is critical. With the DappRadar browser extension, you have an insightful companion that seamlessly blends with your browsing experience, helping you make informed decisions and navigate the world of dapps confidently.

 📡 Stay empowered, stay informed, and experience the future of web browsing with DappRadar!

ℹ️ Note: While the DappRadar browser extension provides essential verification and statistical data, users should always conduct their own research when interacting with dapps. This extension is not intended to be a sole source of information for decision-making related to dapp interaction.                    

Extension Basic Information

Name DappRadar DappRadar
ID hpjginpmjnalfaaekllmncgljebpngaa
Official URL https://chromewebstore.google.com/detail/dappradar/hpjginpmjnalfaaekllmncgljebpngaa
Description World’s Dapp Store in your browser. A trusted guide to decentralized apps.
File Size 239 KB
Installation Count 156
Current Version 0.1.2
Last Updated 2024-01-04
Publish Date 2023-05-23
Rating 5.00/5 Total 2 Ratings
Developer https://dappradar.com
Email [email protected]
Payment Type free
Help Page URL https://dappradar.com/discord
Privacy Policy Page URL https://dappradar.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.1.2",
    "author": "dragos",
    "name": "DappRadar",
    "description": "World\u2019s Dapp Store in your browser. A trusted guide to decentralized apps.",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/etherscan.io\/address\/*"
            ],
            "js": [
                "content.dca3d28a.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "https:\/\/dappradar.com\/*"
    ]
}