Fresh Coupons
Automatically find and apply discount coupon codes for Udemy courses
ما هو Fresh Coupons؟
Fresh Coupons هو إضافة Chrome تم تطويرها بواسطة freshcoupons، والميزة الرئيسية لها هي "Automatically find and apply discount coupon codes for Udemy courses".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fresh Coupons
قم بتنزيل ملفات الامتداد Fresh Coupons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Buy paid Udemy courses for free/with discount without extra step! See all discounted courses right in Udemy and apply coupon code automatically or with a single click.
معلومات أساسية عن التمديد
الاسم | Fresh Coupons |
ID | pbnfeejfjlmmjfgnmmfpalhlpjidlgie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fresh-coupons/pbnfeejfjlmmjfgnmmfpalhlpjidlgie |
الوصف | Automatically find and apply discount coupon codes for Udemy courses |
حجم الملف | 349 KB |
عدد التثبيتات | 2,815 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2021-11-25 |
تاريخ النشر | 2021-11-21 |
تقييم | 4.38/5 مجموع تقييمات 16 |
المطور | freshcoupons |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/KajanM/fresh-coupons |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fresh Coupons", "version": "0.0.0.2", "description": "Automatically find and apply discount coupon codes for Udemy courses", "background": { "service_worker": "service_worker.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/udemy-fresh-coupons-main-banner\/import-App.js" ], "matches": [ "https:\/\/www.udemy.com\/courses\/*", "https:\/\/www.udemy.com\/" ] }, { "js": [ "content\/udemy-course-details-page\/import-App.js" ], "matches": [ "https:\/\/www.udemy.com\/course\/*" ] }, { "js": [ "content\/udemy-course-listing-page\/import-App.js" ], "matches": [ "https:\/\/www.udemy.com\/courses\/search\/*", "https:\/\/www.udemy.com\/topic\/*" ] } ], "permissions": [ "storage", "alarms" ], "homepage_url": "https:\/\/github.com\/KajanM\/fresh-coupons", "icons": { "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "author": "Kajan M (https:\/\/www.kajanm.com\/)", "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content\/udemy-fresh-coupons-main-banner\/App.js", "content\/udemy-course-details-page\/App.js", "content\/udemy-course-listing-page\/App.js" ], "matches": [ "https:\/\/www.udemy.com\/*" ] } ] } |