Cognito Protocol
Securing the blockchain economies
O que é Cognito Protocol?
Cognito Protocol é uma extensão do Chrome desenvolvida por https://chrome.cognitoprotocol.com, e sua principal característica é "Securing the blockchain economies".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cognito Protocol
Baixe arquivos de extensão Cognito Protocol no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
URL Oficial | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
Descrição | Securing the blockchain economies |
Tamanho do Arquivo | 85.42 KB |
Contagem de Instalações | 48 |
Versão Atual | 0.72.34 |
Última Atualização | 2018-03-07 |
Data de Publicação | 2018-03-07 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://chrome.cognitoprotocol.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://chrome.cognitoprotocol.com/ |
URL da Página de Ajuda | http://chrome.cognitoprotocol.com/faq/ |
Idiomas Suportados | 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 } |