Udemy Creation Date
Simple web extension to get the creation date of a course
ما هو Udemy Creation Date؟
Udemy Creation Date هو إضافة Chrome تم تطويرها بواسطة H3lltronik، والميزة الرئيسية لها هي "Simple web extension to get the creation date of a course".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Udemy Creation Date
قم بتنزيل ملفات الامتداد Udemy Creation Date بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 🧐 معلومات أساسية عن التمديد
| الاسم | |
| ID | geefpmbdhidciekkfocjinkbefjegmkn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn |
| الوصف | Simple web extension to get the creation date of a course |
| حجم الملف | 41.42 KB |
| عدد التثبيتات | 666 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2021-10-09 |
| تاريخ النشر | 2021-10-09 |
| تقييم | 4.82/5 مجموع تقييمات 11 |
| المطور | H3lltronik |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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\/*"
]
}
} | |