Cognito Protocol

Securing the blockchain economies

Что такое Cognito Protocol?

Cognito Protocol - это расширение Chrome, разработанное https://chrome.cognitoprotocol.com, и его основная функция - "Securing the blockchain economies".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cognito Protocol

Скачайте файлы расширений 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
Электронная почта [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
}