CSGORoll XP Calculator

CSGORoll XP Calculator

CSGORoll XP Calculator shows you how much XP and how many coins you need to wager for next level

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CSGORoll XP Calculator",
  "version": "1.3",
  "description": "CSGORoll XP Calculator shows you how much XP and how many coins you need to wager for next level",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://csgoroll.com/*",
        "https://www.csgoroll.com/*",
        "https://csgorolltr.com/*",
        "https://www.csgorolltr.com/*",
        "https://csgoroll.gg/*",
        "https://www.csgoroll.gg/*"
      ]
    }
  ]
}