Ever Surf Keeper

A free, private and easy blockchain interface for smart people

Ever Surf Keeper क्या है?

Ever Surf Keeper https://ever.surf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free, private and easy blockchain interface for smart people"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ever Surf Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]"
    }
}