Upbit_Macro

Upbit_Macro

Was ist Upbit_Macro?

Upbit_Macro ist eine Chrome-Erweiterung, die von petabyte entwickelt wurde, und ihr Hauptmerkmal ist "Upbit_Macro".

Erweiterungsscreenshots

screenshot

Upbit_Macro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Upbit_Macro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        upbit 전용 매수 매도 매크로입니다. 

마우스 클릭을 코드화하여 빠르게 단타를 도와주는 용도입니다.

상업적 용도로 재배포 및 수정을 금합니다.                    

Grundlegende Informationen zur Erweiterung

Name Upbit_Macro Upbit_Macro
ID jlnmjekmbboahjghfaoliefacdpdcegp
Offizielle URL https://chromewebstore.google.com/detail/upbitmacro/jlnmjekmbboahjghfaoliefacdpdcegp
Beschreibung Upbit_Macro
Dateigröße 195 KB
Installationsanzahl 277
Aktuelle Version 1.0.3
Letztes Update 2020-03-02
Veröffentlichungsdatum 2020-03-02
Entwickler petabyte
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/macro-24.png",
            "38": "icons\/macro-64.png"
        },
        "default_title": "Macro_upbit"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "description": "Upbit_Macro",
    "icons": {
        "128": "icons\/macro-100.png",
        "16": "icons\/macro-16.png",
        "48": "icons\/macro-64.png"
    },
    "manifest_version": 2,
    "name": "Upbit_Macro",
    "permissions": [
        "https:\/\/upbit.com\/",
        "https:\/\/api.upbit.com\/*"
    ],
    "short_name": "stoploss",
    "version": "1.0.3",
    "web_accessible_resources": [
        "\/core\/loader.js",
        "\/core\/stoplossmain.html",
        "\/core\/angular.min.js",
        "\/core\/selectorgadget\/selectorgadget.css",
        "\/core\/stoplossmain.css",
        "\/core\/jquery.min.js",
        "\/core\/diff_match_patch.js",
        "\/core\/selectorgadget\/dom.js",
        "\/core\/selectorgadget\/core.js",
        "\/core\/stoplossmain.js"
    ]
}