Bitcoin Fee Forecast

Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.

什么是Bitcoin Fee Forecast?

Bitcoin Fee Forecast是由Triangle City开发的Chrome扩展程序,该扩展的主要功能是“Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.”。

扩展截图

screenshot

下载Bitcoin Fee Forecast扩展crx文件

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

扩展使用说明

                        Bitcoin Fee Forecast is a powerful yet easy-to-use Chrome extension that provides real-time updates on Bitcoin transaction fees. Our tool is designed to help cryptocurrency enthusiasts and professionals make informed decisions, save time, and navigate the Bitcoin network with ease.

With Bitcoin Fee Forecast, you can keep track of the low, medium, and high priority Bitcoin transaction fees, right from your browser. The extension fetches up-to-the-minute data from reliable sources, ensuring you have the most accurate information at your fingertips.

Key Features:

Real-time Updates: Bitcoin Fee Forecast refreshes its data every 30 seconds, giving you the most recent transaction fee information.

User-friendly Interface: We've kept the design simple and straightforward. You can view all priority fee information with just one click on the extension icon.

Badge Display: The extension's icon displays the current medium priority fee, ensuring essential data is just a glance away.

Pop-up Information: A quick click provides a detailed view, showing low, medium, and high priority fees in sat/vB.

With Bitcoin Fee Forecast, staying updated on Bitcoin transaction fees has never been easier or more convenient. Install today and empower your cryptocurrency transactions with real-time fee data.                    

扩展基本信息

名称 Bitcoin Fee Forecast Bitcoin Fee Forecast
ID mngplgpajmimdplnhfjjadeemnacpeeo
官方URL https://chromewebstore.google.com/detail/bitcoin-fee-forecast/mngplgpajmimdplnhfjjadeemnacpeeo
简介 Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.
文件大小 19 KB
安装次数 165
当前版本 1.0
更新时间 2023-05-14
上架时间 2023-05-14
评分 5.00/5 共6次评分
开发者 Triangle City
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://trianglecityinc.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bitcoin Fee Forecast",
    "description": "Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.",
    "version": "1.0",
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}