Steam MultiSeller

Steam MultiSeller

Directs you to the hidden Steam multisell feature!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Steam MultiSeller",
  "description": "Directs you to the hidden Steam multisell feature!",
  "version": "1.1.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "/images/icon.png"
  },
  "action": {
    "default_title": "Find the item listing for what you want to multisell and and then click the extention!"
  }
}