Discogs Total Price Sorter

Discogs Total Price Sorter

Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Discogs Total Price Sorter",
  "version": "1.40",
  "description": "Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!",
  "author": "[email protected]",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://www.discogs.com/*sell*/*"
      ]
    }
  ]
}