Cognito Protocol

Securing the blockchain economies

Apa itu Cognito Protocol?

Cognito Protocol adalah ekstensi Chrome yang dikembangkan oleh https://chrome.cognitoprotocol.com, dan fitur utamanya adalah "Securing the blockchain economies".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cognito Protocol

Unduh file ekstensi Cognito Protocol dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cognito Protocol Cognito Protocol
ID gihhfeoiinblppfooppkogdchaffdibo
URL Resmi https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo
Deskripsi Securing the blockchain economies
Ukuran File 85.42 KB
Jumlah Instalasi 48
Versi Saat Ini 0.72.34
Terakhir Diperbarui 2018-03-07
Tanggal Publikasi 2018-03-07
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://chrome.cognitoprotocol.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://chrome.cognitoprotocol.com/
URL Halaman Bantuan http://chrome.cognitoprotocol.com/faq/
Bahasa yang Didukung 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
}