Cognito Protocol

Securing the blockchain economies

Qu'est-ce que Cognito Protocol ?

Cognito Protocol est une extension Chrome développée par https://chrome.cognitoprotocol.com, et sa fonction principale est "Securing the blockchain economies".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cognito Protocol

Téléchargez les fichiers d'extension Cognito Protocol au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cognito Protocol Cognito Protocol
ID gihhfeoiinblppfooppkogdchaffdibo
URL Officiel https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo
Description Securing the blockchain economies
Taille du Fichier 85.42 KB
Nombre d'Installations 48
Version Actuelle 0.72.34
Dernière Mise à Jour 2018-03-07
Date de Publication 2018-03-07
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://chrome.cognitoprotocol.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://chrome.cognitoprotocol.com/
URL de la Page d'Aide http://chrome.cognitoprotocol.com/faq/
Langues Prises en Charge 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
}