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"
            ]
        }
    ]
}