Amazon Promo code 2023(OTLOB)

Amazon Promo code 2023(OTLOB)

Amazon promo code activated Automatic coupon: all the information you need to know

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1",
  "author": "mahmoudElmaandi @https://khamsat.com/user/softkhayr",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Click to show coupons"
  },
  "content_scripts": [
    {
      "css": [
        "coupon.css"
      ],
      "js": [
        "logo.js",
        "app.js",
        "autoPopulate.js"
      ],
      "matches": [
        "https://*.amazon.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Amazon promo code activated Automatic coupon: all the information you need to know",
  "icons": {
    "16": "/icons/icon16.png",
    "32": "/icons/icon32.png",
    "128": "/icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Amazon Promo code 2023(OTLOB)",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs"
  ]
}