Fresh Coupons
Automatically find and apply discount coupon codes for Udemy courses
什么是Fresh Coupons?
Fresh Coupons是由freshcoupons开发的Chrome扩展程序,该扩展的主要功能是“Automatically find and apply discount coupon codes for Udemy courses”。
扩展截图
下载Fresh Coupons扩展crx文件
下载Fresh Coupons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |