Cognito Protocol
Securing the blockchain economies
Was ist Cognito Protocol?
Cognito Protocol ist eine Chrome-Erweiterung, die von https://chrome.cognitoprotocol.com entwickelt wurde, und ihr Hauptmerkmal ist "Securing the blockchain economies".
Erweiterungsscreenshots
Cognito Protocol-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cognito Protocol-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
Offizielle URL | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
Beschreibung | Securing the blockchain economies |
Dateigröße | 85.42 KB |
Installationsanzahl | 48 |
Aktuelle Version | 0.72.34 |
Letztes Update | 2018-03-07 |
Veröffentlichungsdatum | 2018-03-07 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://chrome.cognitoprotocol.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://chrome.cognitoprotocol.com/ |
Hilfeseite URL | http://chrome.cognitoprotocol.com/faq/ |
Unterstützte Sprachen | 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 } |