DEXBooster - Dexscreener L2

Get extra metrics for your LP from DEXBooster trough Dexscreener

DEXBooster - Dexscreener L2 là gì?

DEXBooster - Dexscreener L2 là một tiện ích mở rộng Chrome được phát triển bởi https://dexbooster.io, và tính năng chính của nó là "Get extra metrics for your LP from DEXBooster trough Dexscreener".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DEXBooster - Dexscreener L2

Tải xuống các tệp mở rộng DEXBooster - Dexscreener L2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Unlock additional metrics for your liquidity pool (LP) through Dexscreener, providing valuable insights such as the APR of the last 24 hours. Elevate your understanding of decentralized exchanges and optimize your LP performance with ease. Download our extension now and take your DeFi journey to the next level!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DEXBooster - Dexscreener L2 DEXBooster - Dexscreener L2
ID bkfmfigekoipfcaippnnlnmekbclnnbc
URL Chính Thức https://chromewebstore.google.com/detail/dexbooster-dexscreener-l2/bkfmfigekoipfcaippnnlnmekbclnnbc
Mô tả Get extra metrics for your LP from DEXBooster trough Dexscreener
Kích Thước Tệp 32.7 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2023-12-17
Nhà Phát Triển https://dexbooster.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dexbooster.io/app
URL Trang Trợ Giúp https://t.me/dexbooster_official
URL Trang Chính Sách Bảo Mật https://dexbooster.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DEXBooster - Dexscreener L2",
    "version": "1.4",
    "description": "Get extra metrics for your LP from DEXBooster trough Dexscreener",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}