Cryptocurrency Price Notification

Allow track cryptocurrency price

What is Cryptocurrency Price Notification?

Cryptocurrency Price Notification is a Chrome extension developed by livecode1986one, and its main feature is "Allow track cryptocurrency price".

Extension Screenshots

screenshot
screenshot

Download Cryptocurrency Price Notification Extension CRX File

Download Cryptocurrency Price Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
Official URL https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
Description Allow track cryptocurrency price
File Size 788 KB
Installation Count 63
Current Version 1.0.6
Last Updated 2021-04-06
Publish Date 2021-04-03
Developer livecode1986one
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}