كود خصم كارينا ويير 2023 تخفيض 15% على الكل

كود خصم كارينا ويير 2023 تخفيض 15% على الكل

كوبون خصم كارينا ويير هو : XX12

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "كود خصم كارينا ويير 2023 تخفيض 15% على الكل",
  "version": "3.0",
  "default_locale": "ar",
  "description": "كوبون خصم كارينا ويير هو : XX12",
  "homepage_url": "https://irga3.com/",
  "icons": {
    "128": "icons/logo.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "https://irga3.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_chrome_extension_Name__",
    "default_icon": "icons/logo.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://irga3.com/"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/content-script.js",
        "css/fix.css",
        "icons/logo.png",
        "icons/coupon.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}