Cryptocurrency Price Notification
Allow track cryptocurrency price
Wat is Cryptocurrency Price Notification?
Cryptocurrency Price Notification is een Chrome-extensie ontwikkeld door livecode1986one, en de belangrijkste functie is "Allow track cryptocurrency price".
Extensie Screenshots
Download het CRX-bestand van de extensie Cryptocurrency Price Notification
Download Cryptocurrency Price Notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value. Basisinformatie over de Extensie
| Naam | |
| ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
| Officiële URL | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
| Beschrijving | Allow track cryptocurrency price |
| Bestandsgrootte | 788 KB |
| Aantal Installaties | 63 |
| Huidige Versie | 1.0.6 |
| Laatst Bijgewerkt | 2021-04-06 |
| Publicatiedatum | 2021-04-03 |
| Ontwikkelaar | livecode1986one |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |