Fresh Coupons
Automatically find and apply discount coupon codes for Udemy courses
What is Fresh Coupons?
Fresh Coupons is a Chrome extension developed by freshcoupons, and its main feature is "Automatically find and apply discount coupon codes for Udemy courses".
Extension Screenshots
Download Fresh Coupons Extension CRX File
Download Fresh Coupons 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
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.
Extension Basic Information
Name | Fresh Coupons |
ID | pbnfeejfjlmmjfgnmmfpalhlpjidlgie |
Official URL | https://chromewebstore.google.com/detail/fresh-coupons/pbnfeejfjlmmjfgnmmfpalhlpjidlgie |
Description | Automatically find and apply discount coupon codes for Udemy courses |
File Size | 349 KB |
Installation Count | 2,815 |
Current Version | 0.0.0.2 |
Last Updated | 2021-11-25 |
Publish Date | 2021-11-21 |
Rating | 4.38/5 Total 16 Ratings |
Developer | freshcoupons |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/KajanM/fresh-coupons |
Supported Languages | 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\/*" ] } ] } |