Polygon (MATIC) Gas Station

This extension reccomends the Gas price (MATIC) to use on Polygon mainnet

Polygon (MATIC) Gas Station là gì?

Polygon (MATIC) Gas Station là một tiện ích mở rộng Chrome được phát triển bởi ferhatkochan, và tính năng chính của nó là "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Polygon (MATIC) Gas Station

Tải xuống các tệp mở rộng Polygon (MATIC) Gas Station 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

                        Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.                    

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

Tên Polygon (MATIC) Gas Station Polygon (MATIC) Gas Station
ID miekildhlhgnodhpbplnicnidfcbhofj
URL Chính Thức https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj
Mô tả This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Kích Thước Tệp 15.85 KB
Số Lần Cài Đặt 447
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-07-26
Ngày Phát Hành 2021-07-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ferhatkochan
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://discord.gg/teNJYDaz
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": ".\/static\/gasstationlogo.png",
        "48": ".\/static\/gasstationlogo.png",
        "128": ".\/static\/gasstationlogo.png"
    },
    "name": "Polygon (MATIC) Gas Station",
    "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'",
    "browser_action": {
        "default_icon": ".\/static\/gasstationlogo.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}