WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
OneKey: Secure Crypto Wallet

OneKey: Secure Crypto Wallet

View on Chrome Web Store
View OneKey: Secure Crypto Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (837 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Anti-scam crypto wallet for every chain. Supports major blockchains like Bitcoin, Ethereum, Solana, Tron and more.
Type
Extension
Users
30,000 users
10K
Website onekey.so
ONEKEY LIMITED
View author page of ONEKEY LIMITED
Published
Published on April 11, 2022
Version 5.16.0
Manifest version
3
Updated
Updated on November 3, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View OneKey: Secure Crypto Wallet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.16.0",
    "name": "OneKey: Secure Crypto Wallet",
    "description": "Anti-scam crypto wallet for every chain. Supports major blockchains like Bitcoin, Ethereum, Solana, Tron and more.",
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "icon-128-disable.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "minimum_chrome_version": "111",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+O",
                "mac": "Alt+Shift+O",
                "windows": "Alt+Shift+O",
                "chromeos": "Alt+Shift+O",
                "linux": "Alt+Shift+O"
            }
        }
    },
    "author": "https:\/\/www.onekey.so",
    "action": {
        "default_icon": {
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_title": "OneKey",
        "default_popup": "ui-popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "    script-src 'self' 'wasm-unsafe-eval'   ;    object-src 'self';    "
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "exclude_matches": [],
            "js": [
                "content-script.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "injectImmediate": true,
            "injectInto": "content"
        },
        {
            "world": "MAIN",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "exclude_matches": [],
            "js": [
                "injected.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "side_panel": {
        "default_path": "ui-side-panel.html"
    },
    "permissions": [
        "offscreen",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "notifications",
        "idle",
        "sidePanel",
        "contextMenus"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top