트레이더 킹 Trader King

트레이더 킹 Trader King

암호 화폐 트레이딩 단축키 프로그램, 업비트 자동 매수/매도 단축키 지원, 비트겟 선물 매수/매도 롱/숏 단축키 지원, 가상 화폐 거래소 스켈핑 단타 키보드 단축키 스캘핑

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "트레이더 킹 Trader King",
  "short_name": "트레이더 킹",
  "description": "암호 화폐 트레이딩 단축키 프로그램, 업비트 자동 매수/매도 단축키 지원, 비트겟 선물 매수/매도 롱/숏 단축키 지원, 가상 화폐 거래소 스켈핑 단타 키보드 단축키 스캘핑",
  "homepage_url": "https://www.trader-king.com",
  "version": "1.2.2",
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup/index.html",
    "default_title": "트레이더킹"
  },
  "commands": {
    "기본1": {
      "description": "기본1 단축키"
    },
    "기본2": {
      "description": "기본2 단축키"
    },
    "기본3": {
      "description": "기본3 단축키"
    },
    "기본4": {
      "description": "기본4 단축키"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.upbit.com/*"
      ],
      "js": [
        "lib/upbit.libs.js",
        "lib/toastr.js",
        "js/upbit.js"
      ],
      "css": [
        "css/upbit.css",
        "css/toastr.css"
      ]
    },
    {
      "matches": [
        "*://*.bitget.com/*",
        "*://*.bitget.cc/*",
        "*://*.bitget.site/*"
      ],
      "js": [
        "lib/bitget.libs.js",
        "js/bitget.js"
      ],
      "css": [
        "css/bitget.css"
      ]
    }
  ],
  "icons": {
    "1024": "images/logo.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "js/upbit.maincontext.js",
    "images/logo.png"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; media-src * data:;",
  "permissions": [
    "storage",
    "*://*.trader-king.com/*",
    "*://*.eosx.io/*",
    "*://*.eosflare.io/*"
  ]
}