Cryptocurrency Price Notification

Allow track cryptocurrency price

Hvad er Cryptocurrency Price Notification?

Cryptocurrency Price Notification er en Chrome-udvidelse udviklet af livecode1986one, og dens hovedfunktion er "Allow track cryptocurrency price".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Cryptocurrency Price Notification-udvidelses-CRX-fil

Download Cryptocurrency Price Notification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.                    

Grundlæggende oplysninger om udvidelsen

Navn Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
Officiel URL https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
Beskrivelse Allow track cryptocurrency price
Filstørrelse 788 KB
Antal Installationer 63
Nuværende Version 1.0.6
Senest Opdateret 2021-04-06
Udgivelsesdato 2021-04-03
Udvikler livecode1986one
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}