KartRider Web Game Helper

KartRider Web Game Helper

Just an assistant for KartRider web-based games.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "KartRider Web Game Helper",
  "short_name": "KartWebGameHelper",
  "version": "0.26.0",
  "description": "Just an assistant for KartRider web-based games.",
  "icons": {
    "128": "assets/img/icon.png"
  },
  "background": {
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://kart.nexon.com/*",
        "https://kartrideresports.nexon.com/*",
        "https://tw.beanfun.com/*",
        "https://event.beanfun.com/*",
        "https://tw-event.beanfun.com/*",
        "https://popkart.tiancity.com/*",
        "https://evt03.tiancity.com/*",
        "https://evt05.tiancity.com/*"
      ],
      "css": [
        "vendor/PaperCSS/paper.min.css",
        "assets/css/content.css"
      ],
      "js": [
        "assets/js/events.js",
        "assets/js/content.js"
      ],
      "all_frames": true
    }
  ],
  "homepage_url": "https://kinf.cc/2tAV2Tr",
  "permissions": [
    "notifications"
  ],
  "web_accessible_resources": [
    "vendor/*",
    "assets/img/*",
    "assets/js/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}