Udemy - Improved Course Library

Udemy - Improved Course Library

Adds current ratings and other detailed information to all courses in your Udemy library.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.2",
  "author": "Tad Wohlrapp",
  "homepage_url": "https://github.com/tadwohlrapp/udemy-improved-course-library",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.udemy.com/home/my-courses/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ]
}