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
Eメール [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"
    }
}