Cognito Protocol
Securing the blockchain economies
What is Cognito Protocol?
Cognito Protocol is a Chrome extension developed by https://chrome.cognitoprotocol.com, and its main feature is "Securing the blockchain economies".
Extension Screenshots
Download Cognito Protocol Extension CRX File
Download Cognito Protocol extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
Official URL | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
Description | Securing the blockchain economies |
File Size | 85.42 KB |
Installation Count | 48 |
Current Version | 0.72.34 |
Last Updated | 2018-03-07 |
Publish Date | 2018-03-07 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://chrome.cognitoprotocol.com |
[email protected] | |
Payment Type | free |
Extension Website | http://chrome.cognitoprotocol.com/ |
Help Page URL | http://chrome.cognitoprotocol.com/faq/ |
Supported Languages | 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 } |