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 Boyswithbeards द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introducing the ultimate extension for PancakeSwap enthusiasts – a powerful tool that enables you to stay in sync with the dynamic…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PancakeSwap Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |