Cognito Protocol
Securing the blockchain economies
ما هو Cognito Protocol؟
Cognito Protocol هو إضافة Chrome تم تطويرها بواسطة https://chrome.cognitoprotocol.com، والميزة الرئيسية لها هي "Securing the blockchain economies".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cognito Protocol
قم بتنزيل ملفات الامتداد Cognito Protocol بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cognito Protocol is a browser extension for Google Chrome that helps you identify and verify Bitcoin and other cryptocurrency addresses you see on the web. By identifying and verifying the addresses, Cognito Protocol can help you avoid fraud, phishing attempts and scams in the cryptocurrency world.
معلومات أساسية عن التمديد
الاسم | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
الوصف | Securing the blockchain economies |
حجم الملف | 85.42 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 0.72.34 |
آخر تحديث | 2018-03-07 |
تاريخ النشر | 2018-03-07 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://chrome.cognitoprotocol.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://chrome.cognitoprotocol.com/ |
عنوان صفحة المساعدة | http://chrome.cognitoprotocol.com/faq/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cognito Protocol", "description": "Securing the blockchain economies", "version": "0.72.34", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications" ], "background": { "scripts": [ "cognitoquery.js", "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "manifest_version": 2 } |