واضح

واضح

تبسيط وتوضيح المهام اليومية للكادر الإداري والتعليمي بالمدارس السعودية على منصة مدرستي

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": "0.2.7",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "action": {
    "default_title": "واضح | wade7",
    "default_popup": "popup/popup.html"
  },
  "host_permissions": [
    "https://schools.madrasati.sa/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://schools.madrasati.sa/*"
      ],
      "js": [
        "newmyscript.js"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "changeDom.js"
      ],
      "matches": [
        "http://web.whatsapp.com/*",
        "https://web.whatsapp.com/*",
        "https://api.whatsapp.com/"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "newmyscriptmy.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}