DEXBooster - Dexscreener L2

Get extra metrics for your LP from DEXBooster trough Dexscreener

What is DEXBooster - Dexscreener L2?

DEXBooster - Dexscreener L2 is a Chrome extension developed by https://dexbooster.io, and its main feature is "Get extra metrics for your LP from DEXBooster trough Dexscreener".

Extension Screenshots

screenshot
screenshot
screenshot

Download DEXBooster - Dexscreener L2 Extension CRX File

Download DEXBooster - Dexscreener L2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name DEXBooster - Dexscreener L2 DEXBooster - Dexscreener L2
ID bkfmfigekoipfcaippnnlnmekbclnnbc
Official URL https://chromewebstore.google.com/detail/dexbooster-dexscreener-l2/bkfmfigekoipfcaippnnlnmekbclnnbc
Description Get extra metrics for your LP from DEXBooster trough Dexscreener
File Size 32.7 KB
Installation Count 53
Current Version 1.4
Last Updated 2024-01-12
Publish Date 2023-12-17
Developer https://dexbooster.io
Email [email protected]
Payment Type free
Extension Website https://dexbooster.io/app
Help Page URL https://t.me/dexbooster_official
Privacy Policy Page URL https://dexbooster.io/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}