FLYFF_Helper

FLYFF_Helper

FLYFF Helper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FLYFF_Helper",
  "description": "FLYFF Helper",
  "web_accessible_resources": [
    {
      "resources": [
        "flyff.js",
        "flyff.zip",
        "destory.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://universe.flyff.com/play"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://universe.flyff.com/play"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "version": "2.4",
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "/images/flyff16.png",
      "32": "/images/flyff32.png",
      "48": "/images/flyff48.png",
      "128": "/images/flyff128.png"
    },
    "default_title": "FLYFF小幫手",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/images/flyff16.png",
    "32": "/images/flyff32.png",
    "48": "/images/flyff48.png",
    "128": "/images/flyff128.png"
  }
}