Crypto Alert

Show Cryptocurrencies prices and set alarms while you are surfing the web ...

Τι είναι το Crypto Alert;

Το Crypto Alert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον crypto.alert, και η κύρια λειτουργία του είναι "Show Cryptocurrencies prices and set alarms while you are surfing the web ...".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ... so you can be notified when the cryptocurrency reach your target value.
More than 70 different cryptocurrencies; write in the comment which crypto would you like to be added.

Donate to help us improve: https://polar-forest-22938.herokuapp.com/

Update 3.3.2
-  estimate exchange for all crypto supported on Crypto Alert

Update 3.2.4
- added 8 cryptocurrencies (LEO, OSMO, XRD, CVX, ROSE, OMI, POKT, KCS)
- you can now donate to help us improve
- some bugs fixed

Update 3.2.1
- added 8 cryptocurrencies (SHIB, SAND, MANA, MIM, GALA, HNT, STX, YFI)
- some bugs fixed

Update 3.1.1
- added 8 cryptocurrencies (TLM, XVS, FTM, NEAR, FLOW, WAVES, ONE, AMP)
- added 10+ fiat currencies
- update to manifest v3
- better ui
- some bugs fixed

Update 2.6.1
- added 8 cryptocurrencies (ICP, EGLD, XEC, QNT, AXS, SUSHI, GRT, HBAR)
- some bugs fixed

Update 2.5.1
- added 13 cryptocurrencies (TRX, EOS, MKR, CAKE, MATIC, COMP, HT, OKB, ETC, AVAX, KSM, RUNE, DASH)
- added 20+ fiat currencies
- some bugs fixed

Update 2.4.2
- added 7 cryptocurrencies (BCH, DOGE, MIOTA, ALGO, LTC, NEO, FTT); now you can choose up to 3 different cryptocurrencies

Update 2.4.1
- added 10 cryptocurrencies (XRP, FIL, VET, SOL, KLAY, LUNA, ATOM, CRO, XRM, XTZ); you can use the last slot to choose your favourite altcoin

Update 2.3
- added 7 cryptocurrencies (BNB, DOT, ADA, XLM, UNI, AAVE, THETA)

Update 2.2
- added 2 fiat currencies (Euro and Pound); you can change the fiat on the chrome extension options
- some minor bugs fixed

Update 2.1
- Up to 6 max alerts for crypto
- See and manage your crypto alerts                    

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

Όνομα Crypto Alert Crypto Alert
ID cpclpigpkojganpmppallpfndknhmjmg
Επίσημο URL https://chromewebstore.google.com/detail/crypto-alert/cpclpigpkojganpmppallpfndknhmjmg
Περιγραφή Show Cryptocurrencies prices and set alarms while you are surfing the web ...
Μέγεθος Αρχείου 4.54 MB
Αριθμός Εγκαταστάσεων 708
Τρέχουσα Έκδοση 3.3.2
Τελευταία Ενημέρωση 2022-03-25
Ημερομηνία Δημοσίευσης 2020-10-11
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής crypto.alert
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Alert",
    "version": "3.3.2",
    "description": "Show Cryptocurrencies prices and set alarms while you are surfing the web ...",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon5.png",
            "32": "images\/icon5.png",
            "48": "images\/icon5.png",
            "128": "images\/icon5.png"
        }
    },
    "background": {
        "service_worker": "js\/webWorkers.js"
    },
    "options_page": "html\/options2.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/polar-forest-22938.herokuapp.com\/charge"
        ]
    },
    "icons": {
        "16": "images\/icon5.png",
        "32": "images\/icon5.png",
        "48": "images\/icon5.png",
        "128": "images\/icon5.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "manifest_version": 3
}