ادخال درجات نور

ادخال درجات نور

اضافة للمساعدة في ادخال درجات نور دفعة واحدة

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "foreground.js"
      ],
      "matches": [
        "*://noor.moe.gov.sa/*"
      ]
    }
  ],
  "description": "اضافة للمساعدة في ادخال درجات نور دفعة واحدة",
  "host_permissions": [
    "*://noor.moe.gov.sa/*"
  ],
  "manifest_version": 3,
  "name": "ادخال درجات نور",
  "version": "0.0.5",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}