Amazon's personal information protection β

Amazon's personal information protection β

Hides the zip code that appears on the amazon home page to prevent accidents from showing up in screenshots.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "version": "0.2.6",
  "description": "__MSG_ext_desc__",
  "default_locale": "ja",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.co.jp/*",
        "*://*.amazon.com/*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "borderify.js"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}