Cryptocurrency Price Notification

Allow track cryptocurrency price

Co to jest Cryptocurrency Price Notification?

Cryptocurrency Price Notification to rozszerzenie Chrome opracowane przez livecode1986one, a jego główną funkcją jest „Allow track cryptocurrency price”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cryptocurrency Price Notification

Pobierz pliki rozszerzeń Cryptocurrency Price Notification w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
Oficjalny URL https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
Opis Allow track cryptocurrency price
Rozmiar pliku 788 KB
Liczba instalacji 63
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2021-04-06
Data Publikacji 2021-04-03
Deweloper livecode1986one
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}