DeFi Saver Gas Prices Extension

Ethereum gas prices extension with dark and light modes and 7-day historical data.

DeFi Saver Gas Prices Extension क्या है?

DeFi Saver Gas Prices Extension DeFi Saver द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ethereum gas prices extension with dark and light modes and 7-day historical data."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DeFi Saver Gas Prices Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ethereum gas prices extension with EIP-1559 support, dark and light modes, historical average gas prices chart and custom notifications.

The default price shown on the extension badge is the base fee, as introduced with EIP-1559, though users can still switch to the legacy (Type 0) view.

Features include:
- EIP-1559 support with current base fee and priority fee (miner tip) suggestions
- Refreshes every minute automatically or continuously while opened
- Chart of average gas prices in the last 24 hours, 7 days or month
- Dark (default) and light modes
- No user tracking or data collection
- Configurable gas price notifications

Suggestions and all feedback is always welcome - please don't hesitate to reach out to us.                    

एक्सटेंशन की मूल जानकारी

नाम DeFi Saver Gas Prices Extension DeFi Saver Gas Prices Extension
ID afgfdkloegmghldbalmenklokhlifphe
आधिकारिक URL https://chromewebstore.google.com/detail/defi-saver-gas-prices-ext/afgfdkloegmghldbalmenklokhlifphe
विवरण Ethereum gas prices extension with dark and light modes and 7-day historical data.
फ़ाइल का आकार 522 KB
स्थापना संख्या 34,357
वर्तमान संस्करण 0.5.1
अंतिम अपडेट 2022-12-07
प्रकाशन तिथि 2020-11-16
रेटिंग 4.73/5 कुल 26 रेटिंग्स
डेवलपर DeFi Saver
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://defisaver.com/
गोपनीयता नीति पृष्ठ URL https://app.defisaver.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "DFS Gas Prices Extension",
    "name": "DeFi Saver Gas Prices Extension",
    "manifest_version": 3,
    "description": "Ethereum gas prices extension with dark and light modes and 7-day historical data.",
    "version": "0.5.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-green-16.png",
            "32": "images\/icon-green-32.png",
            "48": "images\/icon-green-48.png",
            "128": "images\/icon-green-128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/app.defisaver.com\/*"
    ]
}