Bitcoin Fee Forecast

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

Apa itu Bitcoin Fee Forecast?

Bitcoin Fee Forecast adalah ekstensi Chrome yang dikembangkan oleh Triangle City, dan fitur utamanya adalah "Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bitcoin Fee Forecast

Unduh file ekstensi Bitcoin Fee Forecast dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bitcoin Fee Forecast Bitcoin Fee Forecast
ID mngplgpajmimdplnhfjjadeemnacpeeo
URL Resmi https://chromewebstore.google.com/detail/bitcoin-fee-forecast/mngplgpajmimdplnhfjjadeemnacpeeo
Deskripsi Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.
Ukuran File 19 KB
Jumlah Instalasi 165
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-05-14
Tanggal Publikasi 2023-05-14
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Triangle City
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://trianglecityinc.com/privacy-policy
Bahasa yang Didukung 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"
    }
}