كود خصم ستايلي 30% كوبون 2022 Styli

كود خصم ستايلي 30% كوبون 2022 Styli

لا حاجة للبحث عن كوبون ستايلي Styli فعال . سوف تقوم هده الإضافة بالبحث عن أكواد الخصم الفعالة بمجرد الوصول الى سلة التسوق

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "كود خصم ستايلي 30% كوبون 2022 Styli",
  "version": "2.4",
  "description": "لا حاجة للبحث عن كوبون ستايلي Styli فعال . سوف تقوم هده الإضافة بالبحث عن أكواد الخصم الفعالة بمجرد الوصول الى سلة التسوق",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://stylishop.com/*"
      ],
      "js": [
        "app.js"
      ],
      "css": [
        "coupon.css"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}