PancakeSwap Price Tracker
Introducing the ultimate extension for PancakeSwap enthusiasts – a powerful tool that enables you to stay in sync with the dynamic…
ما هو PancakeSwap Price Tracker؟
PancakeSwap Price Tracker هو إضافة Chrome تم تطويرها بواسطة Boyswithbeards، والميزة الرئيسية لها هي "Introducing the ultimate extension for PancakeSwap enthusiasts – a powerful tool that enables you to stay in sync with the dynamic…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PancakeSwap Price Tracker
قم بتنزيل ملفات الامتداد PancakeSwap Price Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introducing the ultimate extension for PancakeSwap enthusiasts – a powerful tool that enables you to stay in sync with the dynamic PancakeSwap price in real-time. Say hello to the simplest and most convenient way to keep track of your cryptocurrency investments! With this cutting-edge extension, you can easily monitor the price of PancakeSwap without having to constantly check your phone or computer. Simply install the extension and let it do its magic – you’ll never miss out on an opportunity to swap or stake again. With our extension, you’ll gain a competitive edge in the PancakeSwap market. You’ll be able to make informed decisions based on the latest market data, and take advantage of price movements before anyone else. Whether you’re a seasoned farmer or a beginner, this extension is the perfect tool for staying ahead of the game. Don’t wait – download our extension today and take your PancakeSwap investments to the next level.
معلومات أساسية عن التمديد
الاسم | |
ID | gficnbmodjaicpegfnbjagflkakidllh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pancakeswap-price-tracker/gficnbmodjaicpegfnbjagflkakidllh |
الوصف | Introducing the ultimate extension for PancakeSwap enthusiasts – a powerful tool that enables you to stay in sync with the dynamic… |
حجم الملف | 68.62 KB |
عدد التثبيتات | 65 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-06-06 |
تاريخ النشر | 2023-06-05 |
المطور | Boyswithbeards |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PancakeSwap Price Tracker", "version": "1.0", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png", "256": "images\/icon256.png" } }, "permissions": [ "contextMenus", "activeTab", "alarms" ], "background": { "service_worker": "script.js" } } |