Cryptocurrency Price Notification

Allow track cryptocurrency price

Apa itu Cryptocurrency Price Notification?

Cryptocurrency Price Notification adalah ekstensi Chrome yang dikembangkan oleh livecode1986one, dan fitur utamanya adalah "Allow track cryptocurrency price".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cryptocurrency Price Notification

Unduh file ekstensi Cryptocurrency Price Notification dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
URL Resmi https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
Deskripsi Allow track cryptocurrency price
Ukuran File 788 KB
Jumlah Instalasi 63
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2021-04-06
Tanggal Publikasi 2021-04-03
Pengembang livecode1986one
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}