Udemy Creation Date
Simple web extension to get the creation date of a course
What is Udemy Creation Date?
Udemy Creation Date is a Chrome extension developed by H3lltronik, and its main feature is "Simple web extension to get the creation date of a course".
Extension Screenshots
Download Udemy Creation Date Extension CRX File
Download Udemy Creation Date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This simple web extension allow you to visualize the creation date of an Udemy course so you could make a better desicion in whether you buy it or not. Just click on the extension icon and you are good to go 🧐
Extension Basic Information
Name | Udemy Creation Date |
ID | geefpmbdhidciekkfocjinkbefjegmkn |
Official URL | https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn |
Description | Simple web extension to get the creation date of a course |
File Size | 41.42 KB |
Installation Count | 666 |
Current Version | 1.0 |
Last Updated | 2021-10-09 |
Publish Date | 2021-10-09 |
Rating | 4.82/5 Total 11 Ratings |
Developer | H3lltronik |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemy Creation Date", "description": "Simple web extension to get the creation date of a course", "version": "1.0", "manifest_version": 2, "background": { "service_worker": "background.js" }, "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/favicon-32x32.png", "default_title": "Udemy Wea!" }, "permissions": [ "activeTab" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.udemy.com\/*" ] } } |