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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Introducing the ultimate extension for PancakeSwap enthusiasts – a powerful tool that enables you to stay in sync with the dynamic…"입니다.
확장 프로그램 스크린샷
PancakeSwap Price Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |