Cryptocurrencies.Ai Wallet™
CCAI Wallet™
Cryptocurrencies.Ai Wallet™란 무엇입니까?
Cryptocurrencies.Ai Wallet™은(는) CCAI team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CCAI Wallet™"입니다.
확장 프로그램 스크린샷
Cryptocurrencies.Ai Wallet™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |