Cognito Protocol
Securing the blockchain economies
什么是Cognito Protocol?
Cognito Protocol是由https://chrome.cognitoprotocol.com开发的Chrome扩展程序,该扩展的主要功能是“Securing the blockchain economies”。
扩展截图
下载Cognito Protocol扩展crx文件
下载Cognito Protocol扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ |
帮助页面URL | 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 } |