Profit Protector Pro

Maximise your profit when selling on Amazon
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Profit Protector Pro",
  "version": "3.0.5",
  "description": "Maximise your profit when selling on Amazon",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://*.profitprotectorpro.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Profit Protector Pro",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/pppicon16.png",
    "32": "images/pppicon32.png",
    "48": "images/pppicon48.png",
    "128": "images/pppicon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.profitprotectorpro.com/*",
        "*://www.amazon.com/*",
        "*://www.amazon.co.uk/*",
        "*://www.amazon.de/*",
        "*://www.amazon.fr/*",
        "*://www.amazon.it/*",
        "*://www.amazon.es/*",
        "*://www.amazon.nl/*",
        "*://www.amazon.se/*",
        "*://www.amazon.ca/*",
        "*://www.amazon.com.mx/*",
        "*://www.amazon.pl/*",
        "*://www.amazon.com.be/*",
        "*://www.amazon.eg/*",
        "*://www.amazon.com.tr/*",
        "*://www.amazon.ae/*",
        "*://www.amazon.sa/*",
        "*://www.amazon.in/*",
        "*://www.amazon.com.br/*"
      ],
      "js": [
        "contentscript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 3
}