JUST extension

JUST extension

JUST extension makes it easier for you to browse JUST website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JUST extension",
  "manifest_version": 3,
  "version": "1.205",
  "description": "JUST extension makes it easier for you to browse JUST website",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "JUST extension",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://services.just.edu.jo/*"
      ],
      "exclude_matches": [
        "https://services.just.edu.jo/stuservices/",
        "https://services.just.edu.jo/stuservices/login.aspx",
        "https://services.just.edu.jo/stuservices/login.aspx*",
        "https://services.just.edu.jo/stuservices",
        "https://services.just.edu.jo/sturegistration/Login.aspx",
        "https://services.just.edu.jo/sturegistration*",
        "https://services.just.edu.jo/courseschedule*",
        "https://services.just.edu.jo/*_En.aspx",
        "https://services.just.edu.jo/*_en.aspx",
        "https://services.just.edu.jo/stuservices/Student/Popup/Attendance.aspx*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://services.just.edu.jo/stuservices/",
        "https://services.just.edu.jo/stuservices/login.aspx",
        "https://services.just.edu.jo/stuservices/login.aspx*",
        "https://services.just.edu.jo/stuservices"
      ],
      "exclude_matches": [
        "https://services.just.edu.jo/*_En.aspx",
        "https://services.just.edu.jo/*_en.aspx"
      ],
      "js": [
        "login.js"
      ]
    },
    {
      "matches": [
        "https://services.just.edu.jo/stuservices/Student/CourseQA/*",
        "file:///C:/Users/ququm/Downloads/Untitled%20Page.html",
        "https://services.just.edu.jo/stuservices/Student/Misc/eval.aspx",
        "file:///C:/Users/ququm/OneDrive%20-%20just.edu.jo/Untitled%20Page.html"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://services.just.edu.jo/stuservices/Student/Default.aspx",
        "https://services.just.edu.jo/stuservices/Student/Default.aspx",
        "https://services.just.edu.jo/stuservices/Student/default.aspx",
        "https://services.just.edu.jo/stuservices/Student/default.aspx",
        "https://services.just.edu.jo/stuservices/student/Default.aspx"
      ],
      "exclude_matches": [
        "https://services.just.edu.jo/*_En.aspx",
        "https://services.just.edu.jo/*_en.aspx"
      ],
      "js": [
        "fastButtons.js"
      ],
      "css": [
        "fastButtons.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://services.just.edu.jo/sturegistration/*",
        "https://services.just.edu.jo/Sturegistration/*",
        "file:///C:/Users/ququm/Downloads/test.html"
      ],
      "js": [
        "RegHelperInject.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://services.just.edu.jo/stuservices/",
        "https://services.just.edu.jo/stuservices/login.aspx",
        "https://services.just.edu.jo/stuservices/login.aspx*",
        "https://services.just.edu.jo/stuservices",
        "https://services.just.edu.jo/stuservices/Student/Default.aspx",
        "https://services.just.edu.jo/stuservices/Student/Default.aspx",
        "https://services.just.edu.jo/stuservices/Student/default.aspx",
        "https://services.just.edu.jo/stuservices/Student/default.aspx",
        "https://services.just.edu.jo/stuservices/student/Default.aspx"
      ],
      "js": [
        "Ads.js"
      ],
      "run_at": "document_end"
    }
  ]
}