Zecrey

Zecrey Chrome extension

Zecrey क्या है?

Zecrey https://zecrey.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zecrey Chrome extension"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Zecrey is a portal to the new & open Internet. Zecrey is an all-in-one wallet that not only provides a multi-chain layer-1 wallet but also a private cross-chain layer-2 wallet. 

You can use Zecrey to connect to different blockchains, such as Ethereum, Polygon, Near Aurora, .etc.  Zecrey is the entrance of the privacy world and a connector that connects different networks. It not only provides privacy to aggregated assets but also a general cross-chain bridge solution and privacy cross-chain assets swap solution.
 
More info on zecrey.com                    

एक्सटेंशन की मूल जानकारी

नाम Zecrey Zecrey
ID ojbpcbinjmochkhelkflddfnmcceomdi
आधिकारिक URL https://chromewebstore.google.com/detail/zecrey/ojbpcbinjmochkhelkflddfnmcceomdi
विवरण Zecrey Chrome extension
फ़ाइल का आकार 12.6 MB
स्थापना संख्या 38,369
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2023-11-01
प्रकाशन तिथि 2021-09-16
रेटिंग 4.71/5 कुल 21 रेटिंग्स
डेवलपर https://zecrey.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zecrey.com/
गोपनीयता नीति पृष्ठ URL https://www.privacypolicies.com/live/83cb864e-4de4-4ae2-aaf2-1ae1204e3edb
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Zecrey Chrome extension",
    "version": "0.3.2",
    "manifest_version": 3,
    "name": "Zecrey",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "zecrey.png"
    },
    "icons": {
        "32": "zecrey.png",
        "72": "zecrey.png",
        "128": "zecrey.png",
        "512": "zecrey.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "zecrey.png",
                "inpage.bundle.js",
                "zecreyLegend.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}