Cryptocurrencies.Ai Wallet™
CCAI Wallet™
Qu'est-ce que Cryptocurrencies.Ai Wallet™ ?
Cryptocurrencies.Ai Wallet™ est une extension Chrome développée par CCAI team, et sa fonction principale est "CCAI Wallet™".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cryptocurrencies.Ai Wallet™
Téléchargez les fichiers d'extension Cryptocurrencies.Ai Wallet™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Cryptocurrencies.Ai Wallet™ is a web-based cryptocurrency wallet that enables you to safely manage assets on the Solana blockchain.
Informations de Base sur l'Extension
Nom | |
ID | oomlbhdllfeiglglhhaacafbkkbibhel |
URL Officiel | https://chrome.google.com/webstore/detail/cryptocurrenciesai-wallet/oomlbhdllfeiglglhhaacafbkkbibhel |
Description | CCAI Wallet™ |
Taille du Fichier | 3.59 MB |
Nombre d'Installations | 116 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2021-06-21 |
Date de Publication | 2021-06-21 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | CCAI team |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cryptocurrencies.ai/ |
Langues Prises en Charge | 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'" } |