BTC Gas Fee Checker

A simple extension to check and monitor BTC Gas fees.

什么是BTC Gas Fee Checker?

BTC Gas Fee Checker是由a2265970279开发的Chrome扩展程序,该扩展的主要功能是“A simple extension to check and monitor BTC Gas fees.”。

扩展截图

screenshot

下载BTC Gas Fee Checker扩展crx文件

下载BTC Gas Fee Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Effortlessly monitor the current Bitcoin Gas fee with this lightweight extension. Stay updated on the blockchain transaction costs in real-time.                    

扩展基本信息

名称 BTC Gas Fee Checker BTC Gas Fee Checker
ID lnhmeibbfjelbndagdknbkmilecfokfo
官方URL https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo
简介 A simple extension to check and monitor BTC Gas fees.
文件大小 13.65 KB
安装次数 199
当前版本 1.3
更新时间 2023-05-10
上架时间 2023-05-03
开发者 a2265970279
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BTC Gas Fee Checker",
    "version": "1.3",
    "description": "A simple extension to check and monitor BTC Gas fees.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}