NPC Ribbon Hunter Companion

NPC Ribbon Hunter Companion

Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Miche (Orion) / Sparkle (Artemis)",
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http*://*.pardus.at/overview_stats.php*"
      ],
      "js": [
        "pardus_ribbon_hunter_companion.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page",
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "name": "NPC Ribbon Hunter Companion",
  "short_name": "Ribbon Hunter Companion",
  "version": "2.1"
}