Etherscan Evolved

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

Etherscan Evolved là gì?

Etherscan Evolved là một tiện ích mở rộng Chrome được phát triển bởi 0xAgony, và tính năng chính của nó là "An extension that adds useful features to Etherscan for traders. By @0xAgony".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Etherscan Evolved

Tải xuống các tệp mở rộng Etherscan Evolved dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Etherscan Evolved Etherscan Evolved
ID egiklachkoljikeplnbkfohioffnciik
URL Chính Thức https://chromewebstore.google.com/detail/etherscan-evolved/egiklachkoljikeplnbkfohioffnciik
Mô tả An extension that adds useful features to Etherscan for traders. By @0xAgony
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-10-20
Ngày Phát Hành 2023-08-07
Nhà Phát Triển 0xAgony
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://agony.dev
URL Trang Trợ Giúp https://x.com/0xAgony
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}