Yobit Dice Bot

Yobit Dice Bot

Automated dice bot to play with various strategies and settings for them

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "2.3.2",
  "description": "__MSG_description__",
  "icons": {
    "128": "content/icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "ru",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "scripts/tools.js",
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://yobit.io/*/dice/*",
        "*://yobit.net/*/dice/*",
        "*://yobitex.net/*/dice/*"
      ],
      "js": [
        "scripts/tools.js",
        "content_scripts/cs_dice_start.js"
      ],
      "css": [
        "content/yobit_dm.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://yobit.io/*/dice/*",
        "*://yobit.net/*/dice/*",
        "*://yobitex.net/*/dice/*"
      ],
      "js": [
        "scripts/jquery-3.3.1.js",
        "scripts/tools.js",
        "scripts/ui-messages.js",
        "content_scripts/cs_dice_end.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "*://yobit.io/*/dice/*",
    "*://yobit.net/*/dice/*",
    "*://yobitex.net/*/dice/*"
  ],
  "web_accessible_resources": [
    "core/*.*",
    "scripts/*.*",
    "content/*.*",
    "content_scripts/*.*",
    "inject_scripts/*.*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmGM8nWMlReD15inXjeYmUtCmiSfu3VlpSSmuAICdzPsB99vSQ569R6tFNnvM3no3fmr4iAkXpkUUgzLO4344SI0Opi9NGFKMcL103Jx8shvW6quug9CTW+7eG19iYojwfIKKGopdN8Z9blL+gLRJhQ6SpWFzmb6Mq5KFmn9UCHxIW5wJkXz91NP2i81YMsC3mf9gio01G8yeR7CA6A1oaUEgvPPgd+Gf5wvyTfOHKmV1IL/yqw+CGjCAz0CFPfpKLXkpqfFUJ/8x75asxmijX50oEhGvUdYPD8Q90+9QVDBxkMCCVo06NSTWU9cIR4YJLY7wnWNeuO5m45hGozCjBQIDAQAB"
}