Cognito Protocol
Securing the blockchain economies
Cos'è Cognito Protocol?
Cognito Protocol è un'estensione di Chrome sviluppata da https://chrome.cognitoprotocol.com, e la sua funzione principale è "Securing the blockchain economies".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cognito Protocol
Scarica i file di estensione Cognito Protocol in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
URL Ufficiale | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
Descrizione | Securing the blockchain economies |
Dimensione del File | 85.42 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 0.72.34 |
Ultimo Aggiornamento | 2018-03-07 |
Data di Pubblicazione | 2018-03-07 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://chrome.cognitoprotocol.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://chrome.cognitoprotocol.com/ |
URL della Pagina di Aiuto | http://chrome.cognitoprotocol.com/faq/ |
Lingue Supportate | 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 } |