皇輿爭霸 - 台灣政客爆裂激戰卡池v3

皇輿爭霸 - 台灣政客爆裂激戰卡池v3

皇輿爭霸 台灣政客爆裂激戰卡池

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "皇輿爭霸 - 台灣政客爆裂激戰卡池v3",
  "description": "皇輿爭霸 台灣政客爆裂激戰卡池",
  "version": "1.0.3",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Click here to play. \nクリックして起動"
  },
  "content_scripts": [
    {
      "matches": [
        "https://dominion.games/*"
      ],
      "css": [],
      "js": [
        "dropkey/new_icon.js",
        "jquery.js",
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "script/*",
        "dropkey/*",
        "sfx/*"
      ],
      "matches": [
        "https://dominion.games/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "manifest_version": 3,
  "content_security_policy": {},
  "host_permissions": [
    "https://dominion.games/*"
  ]
}