Cryptocurrencies.Ai Wallet™
CCAI Wallet™
ما هو Cryptocurrencies.Ai Wallet™؟
Cryptocurrencies.Ai Wallet™ هو إضافة Chrome تم تطويرها بواسطة CCAI team، والميزة الرئيسية لها هي "CCAI Wallet™".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cryptocurrencies.Ai Wallet™
قم بتنزيل ملفات الامتداد Cryptocurrencies.Ai Wallet™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |