Crust Wallet
Crust Wallet
Cos'è Crust Wallet?
Crust Wallet è un'estensione di Chrome sviluppata da Crust Network, e la sua funzione principale è "Crust Wallet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crust Wallet
Scarica i file di estensione Crust Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy. Informazioni di Base sull'Estensione
| Nome | |
| ID | jccapkebeeiajkkdemacblkjhhhboiek |
| URL Ufficiale | https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek |
| Descrizione | Crust Wallet |
| Dimensione del File | 3.24 MB |
| Conteggio Installazioni | 20,000 |
| Versione Corrente | 2.0.3 |
| Ultimo Aggiornamento | 2022-03-05 |
| Data di Pubblicazione | 2021-03-23 |
| Valutazione | 3.21/5 Totale 14 Valutazioni |
| Sviluppatore | Crust Network |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://crust.network |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.3",
"background": {
"page": "background.html"
},
"name": "Crust Wallet",
"manifest_version": 2,
"description": "Crust Wallet",
"browser_action": {
"default_title": "Crust Wallet",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon-16.png",
"32": "img\/icon-32.png",
"128": "img\/icon-128.png"
},
"web_accessible_resources": [
"inject.html",
"content-script.js",
"\/js\/inPageScript.bundle.js",
"js\/inPageScript.bundle.js"
],
"permissions": [
"notifications",
"storage",
"https:\/\/*\/*",
"http:\/\/*\/*",
"wss:\/\/*\/*",
"ws:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |