DEXBooster - Dexscreener L2

Get extra metrics for your LP from DEXBooster trough Dexscreener

DEXBooster - Dexscreener L2คืออะไร?

DEXBooster - Dexscreener L2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dexbooster.io และคุณลักษณะหลักของมันคือ "Get extra metrics for your LP from DEXBooster trough Dexscreener"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DEXBooster - Dexscreener L2

ดาวน์โหลดไฟล์ส่วนขยาย DEXBooster - Dexscreener L2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DEXBooster - Dexscreener L2 DEXBooster - Dexscreener L2
ID bkfmfigekoipfcaippnnlnmekbclnnbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dexbooster-dexscreener-l2/bkfmfigekoipfcaippnnlnmekbclnnbc
คำอธิบาย Get extra metrics for your LP from DEXBooster trough Dexscreener
ขนาดไฟล์ 32.7 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2023-12-17
ผู้พัฒนา https://dexbooster.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dexbooster.io/app
URL หน้าช่วยเหลือ https://t.me/dexbooster_official
URL หน้านโยบายความเป็นส่วนตัว https://dexbooster.io/privacy-policy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}