Kontos

Kontos Chrome extension

Kontos là gì?

Kontos là một tiện ích mở rộng Chrome được phát triển bởi https://kontos.io, và tính năng chính của nó là "Kontos Chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kontos

Tải xuống các tệp mở rộng Kontos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kontos Kontos
ID abjfbanhppgiflmobebfffbijcfoeiao
URL Chính Thức https://chromewebstore.google.com/detail/kontos/abjfbanhppgiflmobebfffbijcfoeiao
Mô tả Kontos Chrome extension
Kích Thước Tệp 23.3 MB
Số Lần Cài Đặt 24,862
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2023-12-28
Ngày Phát Hành 2023-04-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://kontos.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kontos.io
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/83cb864e-4de4-4ae2-aaf2-1ae1204e3edb
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}