업비트 PC버전 시세 알람

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

Qu'est-ce que 업비트 PC버전 시세 알람 ?

업비트 PC버전 시세 알람 est une extension Chrome développée par 머니코더, et sa fonction principale est "업비트 PC버전 시세 알람 - 머니코더".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 업비트 PC버전 시세 알람

Téléchargez les fichiers d'extension 업비트 PC버전 시세 알람 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 업비트 PC버전 시세 알람 업비트 PC버전 시세 알람
ID anknlmkpkpdicamljfhihjppdgdabcfb
URL Officiel 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버전 시세 알람 - 머니코더
Taille du Fichier 230 KB
Nombre d'Installations 658
Version Actuelle 1.1
Dernière Mise à Jour 2022-03-11
Date de Publication 2022-03-10
Évaluation 4.75/5 Total 4 Évaluations
Développeur 머니코더
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg
URL de la Page d'Aide https://www.youtube.com/channel/UCxLvwVdry0pytI-TGf4j6xg
Langues Prises en Charge 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
}