كود خصم دوس 2024

كود خصم دوس 2024

استمتع بتخفيض يصل الى 50% في كل دول الخليج من دووس لاتفوت الفرصة و تسوق الان ('A30') كود خصم دوس : الرمز

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "كود خصم دوس 2024",
  "description": "استمتع بتخفيض يصل الى 50% في كل دول الخليج من دووس لاتفوت الفرصة و تسوق الان ('A30') كود خصم دوس : الرمز ",
  "version": "1.7",
  "manifest_version": 3,
  "action": {
    "default_icons": {
      "128": "icon/128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "notification.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ]
}