Gas Buddy

Show the latest gas prices whenever your web3 wallet is connected to a website.

Gas Buddy란 무엇입니까?

Gas Buddy은(는) https://tokenpage.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the latest gas prices whenever your web3 wallet is connected to a website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gas Buddy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Show the latest gas prices whenever your web3 wallet is connected to a website.                    

확장 프로그램 기본 정보

이름 Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
공식 URL https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
설명 Show the latest gas prices whenever your web3 wallet is connected to a website.
파일 크기 1.6 MB
설치 횟수 120
현재 버전 0.2.1
최근 업데이트 2023-01-19
출시 날짜 2022-12-25
평점 4.91/5 총 11 개의 평점
개발자 https://tokenpage.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gasbuddy.tokenpage.xyz
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gas Buddy",
    "description": "Show the latest gas prices whenever your web3 wallet is connected to a website.",
    "version": "0.2.1",
    "icons": {
        "16": "\/assets\/logo16.png",
        "48": "\/assets\/logo48.png",
        "128": "\/assets\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open me"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "foreground.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "foreground-injection.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}