Crust Wallet
Crust Wallet
Wat is Crust Wallet?
Crust Wallet is een Chrome-extensie ontwikkeld door Crust Network, en de belangrijkste functie is "Crust Wallet".
Extensie Screenshots
Download het CRX-bestand van de extensie Crust Wallet
Download Crust Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy. Basisinformatie over de Extensie
| Naam | |
| ID | jccapkebeeiajkkdemacblkjhhhboiek |
| Officiële URL | https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek |
| Beschrijving | Crust Wallet |
| Bestandsgrootte | 3.24 MB |
| Aantal Installaties | 20,000 |
| Huidige Versie | 2.0.3 |
| Laatst Bijgewerkt | 2022-03-05 |
| Publicatiedatum | 2021-03-23 |
| Beoordeling | 3.21/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | Crust Network |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://crust.network |
| Ondersteunde Talen | 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'"
} | |