Etherscan Evolved

An extension that adds useful features to Etherscan for traders. By @0xAgony

What is Etherscan Evolved?

Etherscan Evolved is a Chrome extension developed by 0xAgony, and its main feature is "An extension that adds useful features to Etherscan for traders. By @0xAgony".

Extension Screenshots

screenshot

Download Etherscan Evolved Extension CRX File

Download Etherscan Evolved 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

                        This extension expands the functionality of etherscan.io, adding new useful features to it that enhance the experience for traders and enthusiasts alike.                    

Extension Basic Information

Name Etherscan Evolved Etherscan Evolved
ID egiklachkoljikeplnbkfohioffnciik
Official URL https://chromewebstore.google.com/detail/etherscan-evolved/egiklachkoljikeplnbkfohioffnciik
Description An extension that adds useful features to Etherscan for traders. By @0xAgony
File Size 124 KB
Installation Count 44
Current Version 1.0.1
Last Updated 2023-10-20
Publish Date 2023-08-07
Developer 0xAgony
Email [email protected]
Payment Type free
Extension Website https://agony.dev
Help Page URL https://x.com/0xAgony
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Etherscan Evolved",
    "description": "An extension that adds useful features to Etherscan for traders. By @0xAgony",
    "version": "1.0.1",
    "author": "0xAgony",
    "icons": {
        "48": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/utils.js",
                "scripts\/tokenButtons.js"
            ],
            "css": [
                "css\/token.css"
            ],
            "matches": [
                "https:\/\/etherscan.io\/token\/*"
            ]
        }
    ]
}