BuffGen

BuffGen

!gen and !gengl commands directly in buff.163

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BuffGen",
  "icons": {
    "16": "img/logo.png",
    "48": "img/logo.png",
    "128": "img/logo.png"
  },
  "version": "1.0.3",
  "manifest_version": 3,
  "description": "!gen and !gengl commands directly in buff.163",
  "action": {
    "default_icon": "img/logo.png",
    "default_title": "BuffGen"
  },
  "background": {},
  "content_scripts": [
    {
      "js": [
        "scripts/main.js"
      ],
      "matches": [
        "https://buff.163.com/*"
      ],
      "css": [],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": []
}