Cognito Protocol

Securing the blockchain economies

Cognito Protocol क्या है?

Cognito Protocol https://chrome.cognitoprotocol.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Securing the blockchain economies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cognito Protocol एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}