DEXBooster - Dexscreener L2

Get extra metrics for your LP from DEXBooster trough Dexscreener

Apa itu DEXBooster - Dexscreener L2?

DEXBooster - Dexscreener L2 adalah ekstensi Chrome yang dikembangkan oleh https://dexbooster.io, dan fitur utamanya adalah "Get extra metrics for your LP from DEXBooster trough Dexscreener".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DEXBooster - Dexscreener L2

Unduh file ekstensi DEXBooster - Dexscreener L2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama DEXBooster - Dexscreener L2 DEXBooster - Dexscreener L2
ID bkfmfigekoipfcaippnnlnmekbclnnbc
URL Resmi https://chromewebstore.google.com/detail/dexbooster-dexscreener-l2/bkfmfigekoipfcaippnnlnmekbclnnbc
Deskripsi Get extra metrics for your LP from DEXBooster trough Dexscreener
Ukuran File 32.7 KB
Jumlah Instalasi 53
Versi Saat Ini 1.4
Terakhir Diperbarui 2024-01-12
Tanggal Publikasi 2023-12-17
Pengembang https://dexbooster.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://dexbooster.io/app
URL Halaman Bantuan https://t.me/dexbooster_official
URL Halaman Kebijakan Privasi https://dexbooster.io/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}