Carrefour Promo code 2023(LUCKY15)

Carrefour Promo code 2023(LUCKY15)

Carrefour promo code - Auto coupon activator gives you a discount on purchases that exceed a specified amount

Additional files are visible only to premium users

manifest.json


{
  "version": "2.5",
  "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://*.carrefouregypt.com/*",
        "https://*.carrefouruae.com/*",
        "https://*.carrefourksa.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Carrefour promo code - Auto coupon activator gives you a discount on purchases that exceed a specified amount",
  "icons": {
    "16": "/icons/icon16.png",
    "32": "/icons/icon32.png",
    "128": "/icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Carrefour Promo code 2023(LUCKY15)",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs"
  ]
}