Upbit_Macro

Upbit_Macro

Apa itu Upbit_Macro?

Upbit_Macro adalah ekstensi Chrome yang dikembangkan oleh petabyte, dan fitur utamanya adalah "Upbit_Macro".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Upbit_Macro

Unduh file ekstensi Upbit_Macro 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

                        빠른 매수 빠른 매도를 돕기위한 메크로입니다.
클릭한번으로 바로 매수와 매도가 가능합니다.                    

Informasi Dasar Ekstensi

Nama Upbit_Macro Upbit_Macro
ID ncoahcfojnpnlbcaodjenopdlognhlid
URL Resmi https://chromewebstore.google.com/detail/upbitmacro/ncoahcfojnpnlbcaodjenopdlognhlid
Deskripsi Upbit_Macro
Ukuran File 195 KB
Jumlah Instalasi 20
Versi Saat Ini 3.0.1
Terakhir Diperbarui 2020-04-09
Tanggal Publikasi 2020-04-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang petabyte
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": "3.0.1",
    "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"
    ]
}