BTC Gas Fee Checker
A simple extension to check and monitor BTC Gas fees.
Что такое BTC Gas Fee Checker?
BTC Gas Fee Checker - это расширение Chrome, разработанное a2265970279, и его основная функция - "A simple extension to check and monitor BTC Gas fees.".
Снимки экрана расширения
Скачать файл CRX расширения BTC Gas Fee Checker
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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 |
| Электронная почта | [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"
}
} | |