My eBay Opens Seller Hub

My eBay Opens Seller Hub

Changes My eBay link and makes it point to eBay Seller Hub overview.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "My eBay Opens Seller Hub",
  "version": "1.1.0",
  "icons": {
    "16": "icon_16px.png",
    "48": "icon_48px.png",
    "128": "icon_128px.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.ebay.com/*",
        "https://*.ebay.com.au/*",
        "https://*.ebay.at/*",
        "https://*.ebay.be/*",
        "https://*.ebay.ca/*",
        "https://*.ebay.fr/*",
        "https://*.ebay.de/*",
        "https://*.ebay.ie/*",
        "https://*.ebay.it/*",
        "https://*.ebay.com.my/*",
        "https://*.ebay.nl/*",
        "https://*.ebay.ph/*",
        "https://*.ebay.pl/*",
        "https://*.ebay.com.sg/*",
        "https://*.ebay.es/*",
        "https://*.ebay.ch/*",
        "https://*.ebay.co.uk/*",
        "https://*.ebay.com.hk/*",
        "https://*.ebay.com.tw/*",
        "https://*.ebay.cn/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}