Mogło Być Lepiej (Zmiana ocen w Librusie)

Mogło Być Lepiej (Zmiana ocen w Librusie)

Mogło Być Lepiej to wtyczka która zmienia wyświetlane oceny.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mogło Być Lepiej (Zmiana ocen w Librusie)",
  "description": "Mogło Być Lepiej to wtyczka która zmienia wyświetlane oceny.",
  "version": "1.0",
  "permissions": [],
  "action": {},
  "icons": {
    "16": "/images/icon.png",
    "48": "/images/icon.png",
    "128": "/images/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://synergia.librus.pl/przegladaj_oceny/uczen"
      ],
      "run_at": "document_start",
      "css": [
        "style.css"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}