Pardus Advanced Combat Buttons

Pardus Advanced Combat Buttons

Allows you to switch between Offensive, Balanced and Defensive combat modes without having to leave the navigation screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http*://*.pardus.at/main.php*",
        "http*://*.pardus.at/building.php*",
        "http*://*.pardus.at/ship2ship_combat.php*",
        "http*://*.pardus.at/ship2opponent_combat.php*",
        "http*://*.pardus.at/overview_advanced_skills.php"
      ],
      "js": [
        "pardus_adv_cmbt_buttons.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Allows you to switch between Offensive, Balanced and Defensive combat modes without having to leave the navigation screen.",
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "name": "Pardus Advanced Combat Buttons",
  "short_name": "Adv Combat Buttons",
  "author": "Miche (Orion) / Sparkle (Artemis)",
  "version": "1.0"
}