(SPS)كود خصم شي إن 2023

(SPS)كود خصم شي إن 2023

كود خصم شي إن - مفعل الكوبون التلقائي يساعدك إذا كنت تنوي شراء الملابس الأكثر رواجاً وأحدث صيحات الموضة

Merlin
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://*.shein.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "كود خصم شي إن - مفعل الكوبون التلقائي يساعدك إذا كنت تنوي شراء الملابس الأكثر رواجاً وأحدث صيحات الموضة",
  "icons": {
    "16": "/icons/icon16.png",
    "32": "/icons/icon32.png",
    "128": "/icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "(SPS)كود خصم شي إن 2023",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs"
  ]
}