Cognito Protocol

Securing the blockchain economies

什麼是Cognito Protocol?

Cognito Protocol是由https://chrome.cognitoprotocol.com開發的Chrome擴展程式,該擴展的主要功能是“Securing the blockchain economies”。

擴展截圖

screenshot

下載Cognito Protocol擴展crx文件

下載Cognito Protocol擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Cognito Protocol Cognito Protocol
ID gihhfeoiinblppfooppkogdchaffdibo
官方網址 https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo
簡介 Securing the blockchain economies
檔案大小 85.42 KB
安裝次數 48
目前版本 0.72.34
更新時間 2018-03-07
上架時間 2018-03-07
評分 5.00/5 共 5 次評分
開發者 https://chrome.cognitoprotocol.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://chrome.cognitoprotocol.com/
說明頁面URL http://chrome.cognitoprotocol.com/faq/
支援的語言 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
}