URP Beautifier

URP Beautifier

这个插件能让你的URP教务系统更加现代、美观,提供更多的功能和便利,使学生和教职员工更容易地访问和管理课程、作业、成绩和其他重要信息。…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URP Beautifier",
  "manifest_version": 3,
  "version": "1.0",
  "icons": {
    "16": "./icon/android-icon-36x36.png",
    "48": "./icon/android-icon-48x48.png",
    "128": "./icon/icon-128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "http://10-28-63-116-8081-p.webvpn.swpu.edu.cn/*",
        "http://jwxt.swpu.edu.cn/*",
        "http://10.28.63.111:9001/*",
        "http://10.28.63.111:9002/*",
        "http://10.28.63.111/*",
        "http://10.28.63.116:8081/*"
      ],
      "all_frames": true,
      "js": [
        "content.bundle.cjs.js"
      ],
      "css": [
        "./css/global.css",
        "./css/bolt.css",
        "./css/main.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://10-28-63-116-8081-p.webvpn.swpu.edu.cn/*",
        "http://jwxt.swpu.edu.cn/*",
        "http://10.28.63.111:9001/*",
        "http://10.28.63.111:9002/*",
        "http://10.28.63.111/*",
        "http://10.28.63.116:8081/*"
      ],
      "resources": [
        "/img/logo_landscape_dark.png",
        "/img/logo_landscape_light.png",
        "/img/undraw_no_data_re_kwbl.svg",
        "/img/sticker.webp",
        "/img/peek.webp",
        "/img/hide.webp",
        "/img/look.webp"
      ]
    }
  ]
}