Paypal Automatic Currency Conversion Block

Paypal Automatic Currency Conversion Block

Blocks the automatic currency adjustment of Paypal..

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Paypal Automatic Currency Conversion Block",
  "version": "2024.1.1",
  "description": "Blocks the automatic currency adjustment of Paypal..\n",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.paypal.com/*"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}