Cryptocurrency Price Notification
Allow track cryptocurrency price
Was ist Cryptocurrency Price Notification?
Cryptocurrency Price Notification ist eine Chrome-Erweiterung, die von livecode1986one entwickelt wurde, und ihr Hauptmerkmal ist "Allow track cryptocurrency price".
Erweiterungsscreenshots
Cryptocurrency Price Notification-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cryptocurrency Price Notification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
| Offizielle URL | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
| Beschreibung | Allow track cryptocurrency price |
| Dateigröße | 788 KB |
| Installationsanzahl | 63 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2021-04-06 |
| Veröffentlichungsdatum | 2021-04-03 |
| Entwickler | livecode1986one |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |