TVExtBot for 暗号通貨

TVExtBot for 暗号通貨

トレーディングビューサイト(tradingview.com)のアラートを検知してアラートに設定されている注文メッセージをトリガーに暗号通貨を自動売買するChrome拡張アプリです。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "3.6.30",
  "manifest_version": 3,
  "default_locale": "ja",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "action": {
    "default_icon": {
      "20": "images/icon-20.png",
      "48": "images/icon-48.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "pages/popup.html"
  },
  "options_page": "pages/options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "images/notify.png",
        "images/error.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}