Cryptocurrencies.Ai Wallet™
CCAI Wallet™
什么是Cryptocurrencies.Ai Wallet™?
Cryptocurrencies.Ai Wallet™是由CCAI team开发的Chrome扩展程序,该扩展的主要功能是“CCAI Wallet™”。
扩展截图
下载Cryptocurrencies.Ai Wallet™扩展crx文件
下载Cryptocurrencies.Ai Wallet™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cryptocurrencies.Ai Wallet™ is a web-based cryptocurrency wallet that enables you to safely manage assets on the Solana blockchain.
扩展基本信息
名称 | |
ID | oomlbhdllfeiglglhhaacafbkkbibhel |
官方URL | https://chrome.google.com/webstore/detail/cryptocurrenciesai-wallet/oomlbhdllfeiglglhhaacafbkkbibhel |
简介 | CCAI Wallet™ |
文件大小 | 3.59 MB |
安装次数 | 116 |
当前版本 | 0.2 |
更新时间 | 2021-06-21 |
上架时间 | 2021-06-21 |
评分 | 5.00/5 共3次评分 |
开发者 | CCAI team |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cryptocurrencies.ai/ |
支持的语言 | 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'" } |