WhaleVault

Secure Graphene Cross-Chain Key Store Extension

Τι είναι το WhaleVault;

Το WhaleVault είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alexpmorris, και η κύρια λειτουργία του είναι "Secure Graphene Cross-Chain Key Store Extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WhaleVault

Λήψη αρχείων επέκτασης WhaleVault σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        WhaleVault is a better, safer cross-chain way to access all your graphene accounts from Chrome-based browsers (including Brave Desktop, Opera Desktop, Yandex Mobile Android, and Kiwi Mobile Android), and Firefox as well.  Most well-known graphene blockchains are supported out-of-the-box, including all Steem, Hive, Blurt, Whaleshares, BitShares, and EOS-based chains.  WhaleVault is also the "key vault of choice" for ShareBits.

The extension injects the WhaleVault API into each website's javascript context, so that any website that you authorize can safely and securely request a signature or encrypt/decrypt a memo without ever having direct access to any of your private keys.

Because it adds functionality to the normal browser context, WhaleVault requires permission to read and write any web page that wishes to access the extension. You can always "view source" of WhaleVault the way you would any Chrome extension, or from the official GitHub repo: https://github.com/alexpmorris/whalevault

WhaleVault also offers a news/alerts feed with domain warnings for alerting users to related crypto site hacks, scams, and other potential phishing attempts.

As an additional precaution, you should only allow "site access" to the WhaleVault extension in Chrome for those trusted websites that require it.

For those not using Keychain, WhaleVault will also act as a polyfill for Steem Keychain, Hive Keychain, and Blurt Keychain for seamlessly and securely transacting with any app or wallet that supports them.  That includes Hive-Engine / TRIBALDEX support, all from a single extension!

WhaleVault is a multi-chain fork by @alexpmorris of the Steem Keychain browser extension.  Steem Keychain (repo at https://github.com/MattyIce/steem-keychain) was originally created by @yabapmatt, developed by @stoodkev, and funded by @aggroed. Many thanks to them for creating a great template upon which to build WhaleVault!

A more detailed overview of WhaleVault may be found at: https://whaleshares.io/@alexpmorris/whalevault-secure-graphene-cross-chain-key-store-extension

For the official WhaleVault Firefox Add-on, visit:
https://addons.mozilla.org/en-US/firefox/addon/whalevault/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WhaleVault WhaleVault
ID hcoigoaekhfajcoingnngmfjdidhmdon
Επίσημο URL https://chromewebstore.google.com/detail/whalevault/hcoigoaekhfajcoingnngmfjdidhmdon
Περιγραφή Secure Graphene Cross-Chain Key Store Extension
Μέγεθος Αρχείου 762 KB
Αριθμός Εγκαταστάσεων 932
Τρέχουσα Έκδοση 0.1.49
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής alexpmorris
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/alexpmorris/WhaleVault/blob/master/PRIVACY.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhaleVault",
    "version": "0.1.49",
    "description": "Secure Graphene Cross-Chain Key Store Extension",
    "permissions": [
        "activeTab",
        "storage",
        "idle"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": "images\/icons8-safe-50.png",
        "default_title": "WhaleVault :: locked"
    },
    "icons": {
        "128": "images\/icons8-safe-ok-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/icons8-safe-50.png",
                "js\/whalevault.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/0.0.0.0:1337\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/0.0.0.0:1337\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "vendor\/jquery.js",
                "js\/web_interface.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}