A simple and lightweight extension that displays the course created date before the "last updated" field.
Before
After
Navigate to the project using your terminal and use the following commands:
npm install
npm run build
Or, for Yarn users:
yarn
yarn build
This will create a dist/
directory containing the transpiled code.
Tests are located in src/__tests__
.
To run the tests use the following commands:
npm run test
Yarn:
yarn test
Simply navigate to a course page on Udemy and the creation date will appear. Try it! (I have no association with this course).