Gas Buddy

Show the latest gas prices whenever your web3 wallet is connected to a website.

Gas Buddy क्या है?

Gas Buddy https://tokenpage.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the latest gas prices whenever your web3 wallet is connected to a website."।

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

screenshot
screenshot
screenshot

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

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

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

                        Show the latest gas prices whenever your web3 wallet is connected to a website.                    

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

नाम Gas Buddy Gas Buddy
ID nhpelcoaigkkfpcgfhoabajohafpanin
आधिकारिक URL https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin
विवरण Show the latest gas prices whenever your web3 wallet is connected to a website.
फ़ाइल का आकार 1.6 MB
स्थापना संख्या 120
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2023-01-19
प्रकाशन तिथि 2022-12-25
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर https://tokenpage.xyz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gasbuddy.tokenpage.xyz
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gas Buddy",
    "description": "Show the latest gas prices whenever your web3 wallet is connected to a website.",
    "version": "0.2.1",
    "icons": {
        "16": "\/assets\/logo16.png",
        "48": "\/assets\/logo48.png",
        "128": "\/assets\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open me"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "foreground.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "foreground-injection.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}