Cognito Protocol
Securing the blockchain economies
Hvad er Cognito Protocol?
Cognito Protocol er en Chrome-udvidelse udviklet af https://chrome.cognitoprotocol.com, og dens hovedfunktion er "Securing the blockchain economies".
Udvidelsesskærmbilleder
Download Cognito Protocol-udvidelses-CRX-fil
Download Cognito Protocol-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
Officiel URL | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
Beskrivelse | Securing the blockchain economies |
Filstørrelse | 85.42 KB |
Antal Installationer | 48 |
Nuværende Version | 0.72.34 |
Senest Opdateret | 2018-03-07 |
Udgivelsesdato | 2018-03-07 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://chrome.cognitoprotocol.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://chrome.cognitoprotocol.com/ |
Hjælpeside-URL | http://chrome.cognitoprotocol.com/faq/ |
Understøttede Sprog | 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 } |