DEXBooster - Dexscreener L2

Get extra metrics for your LP from DEXBooster trough Dexscreener

O que é DEXBooster - Dexscreener L2?

DEXBooster - Dexscreener L2 é uma extensão do Chrome desenvolvida por https://dexbooster.io, e sua principal característica é "Get extra metrics for your LP from DEXBooster trough Dexscreener".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DEXBooster - Dexscreener L2

Baixe arquivos de extensão DEXBooster - Dexscreener L2 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome DEXBooster - Dexscreener L2 DEXBooster - Dexscreener L2
ID bkfmfigekoipfcaippnnlnmekbclnnbc
URL Oficial https://chromewebstore.google.com/detail/dexbooster-dexscreener-l2/bkfmfigekoipfcaippnnlnmekbclnnbc
Descrição Get extra metrics for your LP from DEXBooster trough Dexscreener
Tamanho do Arquivo 32.7 KB
Contagem de Instalações 53
Versão Atual 1.4
Última Atualização 2024-01-12
Data de Publicação 2023-12-17
Desenvolvedor https://dexbooster.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dexbooster.io/app
URL da Página de Ajuda https://t.me/dexbooster_official
URL da Página de Política de Privacidade https://dexbooster.io/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}