Bitcoin Fee Forecast

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

Co to jest Bitcoin Fee Forecast?

Bitcoin Fee Forecast to rozszerzenie Chrome opracowane przez Triangle City, a jego główną funkcją jest „Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitcoin Fee Forecast

Pobierz pliki rozszerzeń Bitcoin Fee Forecast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitcoin Fee Forecast Bitcoin Fee Forecast
ID mngplgpajmimdplnhfjjadeemnacpeeo
Oficjalny URL https://chromewebstore.google.com/detail/bitcoin-fee-forecast/mngplgpajmimdplnhfjjadeemnacpeeo
Opis Stay updated with the latest Bitcoin transaction fees. Get Bitcoin priority fee forecasts in real-time, right in your browser.
Rozmiar pliku 19 KB
Liczba instalacji 165
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-14
Data Publikacji 2023-05-14
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Triangle City
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://trianglecityinc.com/privacy-policy
Obsługiwane Języki 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"
    }
}