Cryptocurrency Price Notification
Allow track cryptocurrency price
Cos'è Cryptocurrency Price Notification?
Cryptocurrency Price Notification è un'estensione di Chrome sviluppata da livecode1986one, e la sua funzione principale è "Allow track cryptocurrency price".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cryptocurrency Price Notification
Scarica i file di estensione Cryptocurrency Price Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
Informazioni di Base sull'Estensione
Nome | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
URL Ufficiale | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
Descrizione | Allow track cryptocurrency price |
Dimensione del File | 788 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2021-04-06 |
Data di Pubblicazione | 2021-04-03 |
Sviluppatore | livecode1986one |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |