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
公式URL 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
Eメール [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
}