Kontos

Kontos Chrome extension

Kontos क्या है?

Kontos https://kontos.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kontos Chrome extension"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Kontos is a revolutionary zero-knowledge based layer-2 account protocol. Its superior architecture enables users to enjoy numerous features, including gas-less transactions, asset-less operations, and key-less with higher security. By offering a single account for multiple blockchains, Kontos simplifies the usability of blockchain-based applications and provides an easy entry point into the world of web3. With these unique features, Kontos is revolutionizing the traditional blockchain ecosystem and paving the way for the decentralized future.

Kontos Wallet is the entrypoint of Kontos protocol.                    

एक्सटेंशन की मूल जानकारी

नाम Kontos Kontos
ID abjfbanhppgiflmobebfffbijcfoeiao
आधिकारिक URL https://chromewebstore.google.com/detail/kontos/abjfbanhppgiflmobebfffbijcfoeiao
विवरण Kontos Chrome extension
फ़ाइल का आकार 23.3 MB
स्थापना संख्या 24,862
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2023-12-28
प्रकाशन तिथि 2023-04-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://kontos.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.kontos.io
गोपनीयता नीति पृष्ठ URL https://www.privacypolicies.com/live/83cb864e-4de4-4ae2-aaf2-1ae1204e3edb
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Kontos Chrome extension",
    "version": "0.1.2",
    "manifest_version": 3,
    "name": "Kontos",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "kontos.png"
    },
    "icons": {
        "32": "kontos.png",
        "72": "kontos.png",
        "128": "kontos.png",
        "512": "kontos.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/www.kontos.io\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:3001\/*"
            ]
        },
        {
            "resources": [
                "content.styles.css",
                "kontos.png",
                "inpage.bundle.js",
                "\/wasm\/kontos.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "",
        "activeTab"
    ]
}