Gas Buddy
Show the latest gas prices whenever your web3 wallet is connected to a website.
Τι είναι το Gas Buddy;
Το Gas Buddy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tokenpage.xyz, και η κύρια λειτουργία του είναι "Show the latest gas prices whenever your web3 wallet is connected to a website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gas Buddy
Λήψη αρχείων επέκτασης Gas Buddy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Show the latest gas prices whenever your web3 wallet is connected to a website. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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": [
"*:\/\/*\/*"
]
}
]
} | |