USOS średnia

USOS średnia

Rozszerzenie liczące średnia w USOS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "USOS średnia",
  "version": "1.7.0",
  "description": "Rozszerzenie liczące średnia w USOS.",
  "content_scripts": [
    {
      "js": [
        "content/import-index.js"
      ],
      "css": [
        "content/style.css"
      ],
      "matches": [
        "https://*/kontroler.php?_action=dla_stud/studia/oceny/index*",
        "https://*/kontroler.php?_action=dla_stud%2Fstudia%2Foceny%2Findex*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko_android": {}
  },
  "web_accessible_resources": [
    {
      "resources": [
        "chunks/*-*.js",
        "content/index.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}