مدرستي بلس

مدرستي بلس

اداة مساعدة لتبسيط المهام للمعلمين والإداريين

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "مدرستي بلس",
  "description": "اداة مساعدة لتبسيط المهام للمعلمين والإداريين",
  "version": "1.2.8",
  "icons": {
    "16": "icon/icon.png",
    "48": "icon/icon.png",
    "128": "icon/icon.png"
  },
  "host_permissions": [
    "https://noor.moe.gov.sa/*",
    "https://schools.madrasati.sa/*",
    "https://autorasd.com/*",
    "https://*.rcjy.edu.sa/*",
    "https://vstedu.azureedge.net/*",
    "https://web.whatsapp.com/*"
  ],
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "background": {
    "service_worker": "/js/backworker.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://noor.moe.gov.sa/Noor/*"
      ],
      "js": [
        "js/libs/jquery.js",
        "js/library.js",
        "js/ninfo.js"
      ],
      "css": [
        "css/style.css",
        "css/bootstrap.min.css",
        "css/toastr.min.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://schools.madrasati.sa/*"
      ],
      "js": [
        "js/libs/jquery.js",
        "js/minfo.js"
      ],
      "css": [
        "css/toastr.min.css",
        "css/style.css",
        "css/qyab.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.whatsapp.com/*"
      ],
      "js": [
        "js/libs/jquery.js",
        "js/libs/wload.js",
        "js/winfo.js"
      ],
      "css": [
        "css/bootstrap.min.css",
        "css/bootstrap-icons.min.css",
        "css/whatsapp.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "js/libs/*",
        "images/*",
        "*"
      ]
    }
  ]
}