TradeMe Plus

TradeMe Plus

Adds helpful features to TradeMe.co.nz such as a filter to see all negative feedback of user easily and long shipping time warnings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TradeMe Plus",
  "version": "0.0.12resigned1",
  "manifest_version": 2,
  "description": "Adds helpful features to TradeMe.co.nz such as a filter to see all negative feedback of user easily and long shipping time warnings.",
  "homepage_url": "https://dougthwaites.nz",
  "icons": {
    "26": "icons/icon26.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "*://*.trademe.co.nz/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.trademe.co.nz/*"
      ],
      "css": [
        "src/css/main.css"
      ],
      "js": [
        "js/jquery/jquery.min.js",
        "src/js/inject/tm-plus-location-warning.js",
        "src/js/inject/tm-plus-feedback-filter.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/templates/*"
  ],
  "author": "DougThwaites.nz",
  "short_name": "TM+",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d1b8020-386e-4037-b32a-28b26a0c9675}"
    }
  }
}