Ever Surf Keeper

A free, private and easy blockchain interface for smart people

什么是Ever Surf Keeper?

Ever Surf Keeper是由https://ever.surf开发的Chrome扩展程序,该扩展的主要功能是“A free, private and easy blockchain interface for smart people”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Ever Surf Keeper扩展crx文件

下载Ever Surf Keeper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Surf Keeper

Surf Keeper is a friendly crypto wallet & secure bridge to dapps.
Being a part of the Ever Surf ecosystem, which is the most trusted Everscale Browser for DeFi and NFT, Surf Keeper connects your browser to the Everscale blockchain and enriches your experience on the connected websites in a web 3.0 way.

Connect Surf Keeper and see your stakes on https://staking.surf/.

If you have questions or want to give feedback, you can reach the Surf team here:
 
Email: [email protected] 
Telegram: https://t.me/surfhelp
Twitter: https://twitter.com/ever_surf                    

扩展基本信息

名称 Ever Surf Keeper Ever Surf Keeper
ID dfldeefnhahdhaolbkhehhlcgagefgff
官方URL https://chromewebstore.google.com/detail/ever-surf-keeper/dfldeefnhahdhaolbkhehhlcgagefgff
简介 A free, private and easy blockchain interface for smart people
文件大小 11.65 MB
安装次数 270
当前版本 1.3.2
更新时间 2024-02-15
上架时间 2022-06-17
评分 4.50/5 共4次评分
开发者 https://ever.surf
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ever.surf/
帮助页面URL https://help.ever.surf/
隐私政策页面URL https://ever.surf/legal/surf-decentralization-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ever Surf Keeper",
    "description": "A free, private and easy blockchain interface for smart people",
    "version": "1.3.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "clipboardWrite",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/eversdk.wasm",
                "assets\/dengineweb.wasm",
                "assets\/inject.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/content_script.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "assets\/worker.bundle.js"
    },
    "action": {
        "default_title": "Surf Keeper",
        "default_icon": "assets\/logo\/[email protected]",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/logo\/keeper-ico-box.png",
        "32": "assets\/logo\/[email protected]",
        "48": "assets\/logo\/[email protected]",
        "64": "assets\/logo\/[email protected]",
        "96": "assets\/logo\/[email protected]",
        "128": "assets\/logo\/[email protected]"
    }
}