(NMN7) كود خصم نون 2024

(NMN7) كود خصم نون 2024

كود خصم نون 2024 الحل المثالي لتوفير المال عند التسوق من منصة نون في السعودية، الإمارات، ومصر

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.8",
  "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",
        "utils.js",
        "app.js",
        "autoPopulate.js"
      ],
      "matches": [
        "https://www.noon.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "كود خصم نون 2024 الحل المثالي لتوفير المال عند التسوق من منصة نون في السعودية، الإمارات، ومصر",
  "icons": {
    "16": "/icons/icon16.png",
    "32": "/icons/icon32.png",
    "128": "/icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "(NMN7) كود خصم نون 2024",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs"
  ]
}