Etherscan Evolved
An extension that adds useful features to Etherscan for traders. By @0xAgony
ما هو Etherscan Evolved؟
Etherscan Evolved هو إضافة Chrome تم تطويرها بواسطة 0xAgony، والميزة الرئيسية لها هي "An extension that adds useful features to Etherscan for traders. By @0xAgony".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Etherscan Evolved
قم بتنزيل ملفات الامتداد Etherscan Evolved بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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\/*" ] } ] } |