Etherscan Evolved
An extension that adds useful features to Etherscan for traders. By @0xAgony
Cos'è Etherscan Evolved?
Etherscan Evolved è un'estensione di Chrome sviluppata da 0xAgony, e la sua funzione principale è "An extension that adds useful features to Etherscan for traders. By @0xAgony".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Etherscan Evolved
Scarica i file di estensione Etherscan Evolved in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension expands the functionality of etherscan.io, adding new useful features to it that enhance the experience for traders and enthusiasts alike.
Informazioni di Base sull'Estensione
Nome | Etherscan Evolved |
ID | egiklachkoljikeplnbkfohioffnciik |
URL Ufficiale | https://chromewebstore.google.com/detail/etherscan-evolved/egiklachkoljikeplnbkfohioffnciik |
Descrizione | An extension that adds useful features to Etherscan for traders. By @0xAgony |
Dimensione del File | 124 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-10-20 |
Data di Pubblicazione | 2023-08-07 |
Sviluppatore | 0xAgony |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://agony.dev |
URL della Pagina di Aiuto | https://x.com/0xAgony |
Lingue Supportate | 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\/*" ] } ] } |