Fire
Fire is a tool that makes Web3 simple, by showing you what happens at the smart contract level in a human-readable format.
Τι είναι το Fire;
Το Fire είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.joinfire.xyz, και η κύρια λειτουργία του είναι "Fire is a tool that makes Web3 simple, by showing you what happens at the smart contract level in a human-readable format.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fire
Λήψη αρχείων επέκτασης Fire σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
At Fire, we believe everyone should know what they're agreeing to BEFORE they sign a smart contract - yet very few actually do. We’d never sign a contract in real life without understanding it first. Yet, so many users transfer hundreds of thousands of $$ without any idea of what they’re actually agreeing to. So… we built Fire. Fire is a Chrome extension that sits in your browser and simulates a transaction before you sign with your wallet, giving you visibility into exactly what you're signing. We work with your current wallet and do not have access to your private key (and will never ask for it). With Fire, you can preview what will enter and exit your wallet BEFORE you sign a transaction. How it Works: After downloading the Fire extension, it will catch signature requests from your browser, run a simulation, and show you the results. If everything looks good, you sign the transaction using your wallet. Privacy and Security: We at Fire are committed to protecting your privacy. The information we gather or process is used solely for core functionality of Fire and to improve the quality and security of our service. Your information isn’t and has never been sold to third parties. For more information on privacy and the security of your data visit https://www.joinfire.xyz/privacy-policy The Fire extension can’t control any of your funds since we do not have access to your seed phrase (and we will never ask for it).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fire |
ID | kglcipoddmbniebnibibkghfijekllbl |
Επίσημο URL | https://chromewebstore.google.com/detail/fire/kglcipoddmbniebnibibkghfijekllbl |
Περιγραφή | Fire is a tool that makes Web3 simple, by showing you what happens at the smart contract level in a human-readable format. |
Μέγεθος Αρχείου | 17.5 MB |
Αριθμός Εγκαταστάσεων | 58,654 |
Τρέχουσα Έκδοση | 3.0.3 |
Τελευταία Ενημέρωση | 2023-11-01 |
Ημερομηνία Δημοσίευσης | 2022-10-24 |
Αξιολόγηση | 4.83/5 Συνολικά 287 Αξιολογήσεις |
Προγραμματιστής | https://www.joinfire.xyz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.joinfire.xyz |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.joinfire.xyz/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Fire", "name": "Fire", "version": "3.0.3", "description": "Fire is a tool that makes Web3 simple, by showing you what happens at the smart contract level in a human-readable format.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvlDqj0gBmYHjdVYY2t+vJAPcsW2+B8tN5+8G+A+pWptFtIEHSy3FRWDOO8SckKu4Ylz7N5A719ROK4zMlD37Wy9CRHNL7gE6P2FexAtbe0nSfMmci4E5\/Ysi9Rz7t2eNLeWqyE3iLckQ6eJ0PaPz1Ft1dauhQ+AK6NWxDCTNgqPx7KDNumA9V4okuKwBsGWyZBiSLrGktIu4yLqd8jYrdG6pNo7mH9PvLM7Kfq32RvOGuZE9WFU4\/MkTO+VvFJwIvzbFX9w02f0BQ\/o78ctjANtd\/f1lZQXvZCrR8fTNRqpQOlrkksHwB4Ru0pCm3OAVW7YJXpGRcwIPIezbNV7PzwIDAQAB", "manifest_version": 3, "background": { "service_worker": "js\/background.bundle.js" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "identity" ], "action": { "default_popup": "extension.html", "default_icon": { "16": "assets\/images\/Fire.png", "32": "assets\/images\/Fire.png", "48": "assets\/images\/Fire.png", "128": "assets\/images\/Fire.png" } }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/mint.joinfire.xyz\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "js\/inject.bundle.js", "manifest.json", "assets\/images\/fire-injected-wallet-ui.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "js\/scriptShell.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "assets\/images\/Fire.png", "32": "assets\/images\/Fire.png", "48": "assets\/images\/Fire.png", "128": "assets\/images\/Fire.png" } } |