Cognito Protocol

Securing the blockchain economies

Wat is Cognito Protocol?

Cognito Protocol is een Chrome-extensie ontwikkeld door https://chrome.cognitoprotocol.com, en de belangrijkste functie is "Securing the blockchain economies".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cognito Protocol

Download Cognito Protocol-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cognito Protocol Cognito Protocol
ID gihhfeoiinblppfooppkogdchaffdibo
Officiële URL https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo
Beschrijving Securing the blockchain economies
Bestandsgrootte 85.42 KB
Aantal Installaties 48
Huidige Versie 0.72.34
Laatst Bijgewerkt 2018-03-07
Publicatiedatum 2018-03-07
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://chrome.cognitoprotocol.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://chrome.cognitoprotocol.com/
Help Pagina-URL http://chrome.cognitoprotocol.com/faq/
Ondersteunde Talen 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
}