Etherscan Evolved

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

Co to jest Etherscan Evolved?

Etherscan Evolved to rozszerzenie Chrome opracowane przez 0xAgony, a jego główną funkcją jest „An extension that adds useful features to Etherscan for traders. By @0xAgony”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Etherscan Evolved

Pobierz pliki rozszerzeń Etherscan Evolved w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Etherscan Evolved Etherscan Evolved
ID egiklachkoljikeplnbkfohioffnciik
Oficjalny URL https://chromewebstore.google.com/detail/etherscan-evolved/egiklachkoljikeplnbkfohioffnciik
Opis An extension that adds useful features to Etherscan for traders. By @0xAgony
Rozmiar pliku 124 KB
Liczba instalacji 44
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-10-20
Data Publikacji 2023-08-07
Deweloper 0xAgony
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://agony.dev
Adres URL Strony Pomocy https://x.com/0xAgony
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}