Cryptocurrencies.Ai Wallet™
CCAI Wallet™
Wat is Cryptocurrencies.Ai Wallet™?
Cryptocurrencies.Ai Wallet™ is een Chrome-extensie ontwikkeld door CCAI team, en de belangrijkste functie is "CCAI Wallet™".
Extensie Screenshots
Download het CRX-bestand van de extensie Cryptocurrencies.Ai Wallet™
Download Cryptocurrencies.Ai 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
Cryptocurrencies.Ai Wallet™ is a web-based cryptocurrency wallet that enables you to safely manage assets on the Solana blockchain.
Basisinformatie over de Extensie
Naam | |
ID | oomlbhdllfeiglglhhaacafbkkbibhel |
Officiële URL | https://chrome.google.com/webstore/detail/cryptocurrenciesai-wallet/oomlbhdllfeiglglhhaacafbkkbibhel |
Beschrijving | CCAI Wallet™ |
Bestandsgrootte | 3.59 MB |
Aantal Installaties | 116 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2021-06-21 |
Publicatiedatum | 2021-06-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | CCAI team |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cryptocurrencies.ai/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cryptocurrencies.Ai Wallet\u2122", "description": "CCAI Wallet\u2122", "version": "0.2", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "manifest_version": 2, "icons": { "16": "favicon.ico", "192": "logo192.png", "512": "logo512.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "script.js" ], "content_security_policy": "script-src 'self' 'sha256-gFQ18AiclsLnNo0Auvv\/8UX50aQR8k2p1cIIdB7JOw0='; object-src 'self'" } |