Yield Gaming Platform Axie extension

Yield Gaming Platform Axie extension

Yield Gaming platform is a new way to play games online. There is no need to spend money anymore. Instead of buy your own assets…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yield Gaming Platform Axie extension",
  "version": "0.0.3",
  "description": "",
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background-script.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://marketplace.axieinfinity.com/login**",
        "https://yieldgp.com/**",
        "https://ygp.gg/**",
        "https://ygp.games/**",
        "https://yieldgp.org/**",
        "https://yieldgp.net/**",
        "https://yieldgaming.net/**",
        "https://1mln.dev/**"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}