Gas Buddy

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

Gas Buddy là gì?

Gas Buddy là một tiện ích mở rộng Chrome được phát triển bởi https://tokenpage.xyz, và tính năng chính của nó là "Show the latest gas prices whenever your web3 wallet is connected to a website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gas Buddy

Tải xuống các tệp mở rộng Gas Buddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
URL Chính Thức https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
Mô tả Show the latest gas prices whenever your web3 wallet is connected to a website.
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-01-19
Ngày Phát Hành 2022-12-25
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://tokenpage.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gasbuddy.tokenpage.xyz
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}