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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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