WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Klever Wallet

Klever Wallet

View on Chrome Web Store
View Klever Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (52 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.

Klever wallet inside your browser
Type
Extension
Users
5,000 users
1K
Website klever.io
Klever Wallet
View author page of Klever Wallet
Published
Published on December 15, 2023
Version 2.20.2.0
Manifest version
3
Updated
Updated on October 25, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Klever 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",
    "name": "Klever Wallet",
    "description": "Klever wallet inside your browser",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "minimum_chrome_version": "103",
    "action": {
        "icons": {
            "16": "icons\/logo16.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        },
        "default_title": "Klever Wallet",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "clipboardRead",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self';"
    },
    "version": "2.20.2.0",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js-loader-DoErBZis.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "exclude_matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "public\/bridge\/inject.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/_sentry-release-injection-file-CFg9eL_a.js",
                "assets\/content.js-3ff5Xcp6.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    }
}
© 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