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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://t.me/dexbooster_official
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}