업비트 PC버전 시세 알람

업비트 PC버전 시세 알람 - 머니코더

What is 업비트 PC버전 시세 알람?

업비트 PC버전 시세 알람 is a Chrome extension developed by 머니코더, and its main feature is "업비트 PC버전 시세 알람 - 머니코더".

Extension Screenshots

screenshot
screenshot

Download 업비트 PC버전 시세 알람 Extension CRX File

Download 업비트 PC버전 시세 알람 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

                        업비트 API를 이용해
PC에서 코인의 시세 알람을 받을 수 있는 익스텐션입니다.                    

Extension Basic Information

Name 업비트 PC버전 시세 알람 업비트 PC버전 시세 알람
ID anknlmkpkpdicamljfhihjppdgdabcfb
Official URL https://chromewebstore.google.com/detail/%EC%97%85%EB%B9%84%ED%8A%B8-pc%EB%B2%84%EC%A0%84-%EC%8B%9C%EC%84%B8-%EC%95%8C%EB%9E%8C/anknlmkpkpdicamljfhihjppdgdabcfb
Description 업비트 PC버전 시세 알람 - 머니코더
File Size 230 KB
Installation Count 658
Current Version 1.1
Last Updated 2022-03-11
Publish Date 2022-03-10
Rating 4.75/5 Total 4 Ratings
Developer 머니코더
Email [email protected]
Payment Type free
Extension Website https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg
Help Page URL https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c",
    "description": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c - \uba38\ub2c8\ucf54\ub354",
    "version": "1.1",
    "permissions": [
        "notifications",
        "storage",
        "*:\/\/*.upbit.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "x.png"
            ],
            "matches": [
                "*:\/\/*.upbit.com\/*"
            ]
        }
    ],
    "icons": {
        "24": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "\uc5c5\ube44\ud2b8 PC\ubc84\uc804 \uc2dc\uc138 \uc54c\ub78c",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.upbit.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery-min.js",
                "jquery-ui.min.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}