DEXBooster - Dexscreener L2

Get extra metrics for your LP from DEXBooster trough Dexscreener

DEXBooster - Dexscreener L2とは何ですか?

DEXBooster - Dexscreener L2はhttps://dexbooster.ioによって開発されたChromeの拡張機能で、その主な機能は「Get extra metrics for your LP from DEXBooster trough Dexscreener」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

DEXBooster - Dexscreener L2拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}