BTC Gas Fee Checker

A simple extension to check and monitor BTC Gas fees.

What is BTC Gas Fee Checker?

BTC Gas Fee Checker is a Chrome extension developed by a2265970279, and its main feature is "A simple extension to check and monitor BTC Gas fees.".

Extension Screenshots

screenshot

Download BTC Gas Fee Checker Extension CRX File

Download BTC Gas Fee Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BTC Gas Fee Checker BTC Gas Fee Checker
ID lnhmeibbfjelbndagdknbkmilecfokfo
Official URL https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo
Description A simple extension to check and monitor BTC Gas fees.
File Size 13.65 KB
Installation Count 199
Current Version 1.3
Last Updated 2023-05-10
Publish Date 2023-05-03
Developer a2265970279
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}