Cryptocurrency Price Notification
Allow track cryptocurrency price
Qu'est-ce que Cryptocurrency Price Notification ?
Cryptocurrency Price Notification est une extension Chrome développée par livecode1986one, et sa fonction principale est "Allow track cryptocurrency price".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cryptocurrency Price Notification
Téléchargez les fichiers d'extension Cryptocurrency Price Notification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
Informations de Base sur l'Extension
Nom | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
URL Officiel | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
Description | Allow track cryptocurrency price |
Taille du Fichier | 788 KB |
Nombre d'Installations | 63 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2021-04-06 |
Date de Publication | 2021-04-03 |
Développeur | livecode1986one |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |