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
官方網址 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"
    }
}