Cognito Protocol

Securing the blockchain economies

Vad är Cognito Protocol?

Cognito Protocol är en Chrome-tillägg utvecklad av https://chrome.cognitoprotocol.com, och dess huvudfunktion är "Securing the blockchain economies".

Tilläggsskärmbilder

screenshot

Ladda ner Cognito Protocol-förlängningens CRX-fil

Ladda ner Cognito Protocol-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cognito Protocol Cognito Protocol
ID gihhfeoiinblppfooppkogdchaffdibo
Officiell webbadress https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo
Beskrivning Securing the blockchain economies
Filstorlek 85.42 KB
Antal Installationer 48
Aktuell Version 0.72.34
Senast Uppdaterad 2018-03-07
Publiceringsdatum 2018-03-07
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://chrome.cognitoprotocol.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://chrome.cognitoprotocol.com/
Hjälpsida URL http://chrome.cognitoprotocol.com/faq/
Stödda Språk 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
}