Etherscan Evolved
An extension that adds useful features to Etherscan for traders. By @0xAgony
Etherscan Evolved क्या है?
Etherscan Evolved 0xAgony द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that adds useful features to Etherscan for traders. By @0xAgony"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Etherscan Evolved एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension expands the functionality of etherscan.io, adding new useful features to it that enhance the experience for traders and enthusiasts alike.
एक्सटेंशन की मूल जानकारी
नाम | Etherscan Evolved |
ID | egiklachkoljikeplnbkfohioffnciik |
आधिकारिक URL | https://chromewebstore.google.com/detail/etherscan-evolved/egiklachkoljikeplnbkfohioffnciik |
विवरण | An extension that adds useful features to Etherscan for traders. By @0xAgony |
फ़ाइल का आकार | 124 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-10-20 |
प्रकाशन तिथि | 2023-08-07 |
डेवलपर | 0xAgony |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://agony.dev |
सहायता पृष्ठ URL | https://x.com/0xAgony |
समर्थित भाषाएँ | 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\/*" ] } ] } |