DEXBooster - Dexscreener L2

Get extra metrics for your LP from DEXBooster trough Dexscreener

Co je DEXBooster - Dexscreener L2?

DEXBooster - Dexscreener L2 je rozšíření Chrome vyvinuté https://dexbooster.io, a jeho hlavní funkcí je „Get extra metrics for your LP from DEXBooster trough Dexscreener“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DEXBooster - Dexscreener L2

Stáhněte si soubory rozšíření DEXBooster - Dexscreener L2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název DEXBooster - Dexscreener L2 DEXBooster - Dexscreener L2
ID bkfmfigekoipfcaippnnlnmekbclnnbc
Oficiální URL https://chromewebstore.google.com/detail/dexbooster-dexscreener-l2/bkfmfigekoipfcaippnnlnmekbclnnbc
Popis Get extra metrics for your LP from DEXBooster trough Dexscreener
Velikost souboru 32.7 KB
Počet instalací 53
Aktuální Verze 1.4
Poslední Aktualizace 2024-01-12
Datum Vydání 2023-12-17
Vývojář https://dexbooster.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dexbooster.io/app
URL Stránky Nápovědy https://t.me/dexbooster_official
URL Stránky Zásad Ochrany Soukromí https://dexbooster.io/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}