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 |
Eメール | [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\/*" ] } ] } |