Ever Surf Keeper

A free, private and easy blockchain interface for smart people

Ever Surf Keeper là gì?

Ever Surf Keeper là một tiện ích mở rộng Chrome được phát triển bởi https://ever.surf, và tính năng chính của nó là "A free, private and easy blockchain interface for smart people".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Ever Surf Keeper 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

                        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                    

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

Tên Ever Surf Keeper Ever Surf Keeper
ID dfldeefnhahdhaolbkhehhlcgagefgff
URL Chính Thức https://chromewebstore.google.com/detail/ever-surf-keeper/dfldeefnhahdhaolbkhehhlcgagefgff
Mô tả A free, private and easy blockchain interface for smart people
Kích Thước Tệp 11.65 MB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2022-06-17
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://ever.surf
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ever.surf/
URL Trang Trợ Giúp https://help.ever.surf/
URL Trang Chính Sách Bảo Mật https://ever.surf/legal/surf-decentralization-policy
Ngôn Ngữ Được Hỗ Trợ 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]"
    }
}