ETH Gas Price

Ethereum gas price tracker

Что такое ETH Gas Price?

ETH Gas Price - это расширение Chrome, разработанное cryptoage, и его основная функция - "Ethereum gas price tracker".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ETH Gas Price

Скачайте файлы расширений ETH Gas Price в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The extension is used to monitor the price of ethereum gas in real time. Thanks to this extension, you can choose the optimal time for making cheap Ethereum transactions. In addition, the extension allows you to track the price of Ethereum.                    

Основная информация о расширении

Название ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
Официальный URL https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
Описание Ethereum gas price tracker
Размер файла 1.49 MB
Количество установок 913
Текущая Версия 1.5.0
Последнее Обновление 2022-04-19
Дата публикации 2021-05-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик cryptoage
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://profit-mine.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "description": "Ethereum gas price tracker",
    "version": "1.5.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_ui": {
        "page": "www\/index.html#\/options",
        "browser_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Ethereum Gas Price",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}