Path of Exile Trade - Fuzzy Search

Path of Exile Trade - Fuzzy Search

Automatically inserts ~ for fuzzy searches on patheofexile.com/trade searches. No more having to remember the exact wording of a modifier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Path of Exile Trade - Fuzzy Search",
  "description": "Automatically inserts ~ for fuzzy searches on patheofexile.com/trade",
  "version": "0.3.1",
  "content_scripts": [
    {
      "matches": [
        "*://*.pathofexile.com/trade*"
      ],
      "js": [
        "fuzzySearch.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8a76216e-60d8-4960-8680-d6d5e0b428f8}"
    }
  }
}