Cognito Protocol
Securing the blockchain economies
Cognito Protocol là gì?
Cognito Protocol là một tiện ích mở rộng Chrome được phát triển bởi https://chrome.cognitoprotocol.com, và tính năng chính của nó là "Securing the blockchain economies".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cognito Protocol
Tải xuống các tệp mở rộng Cognito Protocol dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
URL Chính Thức | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
Mô tả | Securing the blockchain economies |
Kích Thước Tệp | 85.42 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 0.72.34 |
Cập Nhật Lần Cuối | 2018-03-07 |
Ngày Phát Hành | 2018-03-07 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://chrome.cognitoprotocol.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://chrome.cognitoprotocol.com/ |
URL Trang Trợ Giúp | http://chrome.cognitoprotocol.com/faq/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |