Fresh Coupons

Automatically find and apply discount coupon codes for Udemy courses

Fresh Coupons là gì?

Fresh Coupons là một tiện ích mở rộng Chrome được phát triển bởi freshcoupons, và tính năng chính của nó là "Automatically find and apply discount coupon codes for Udemy courses".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fresh Coupons

Tải xuống các tệp mở rộng Fresh Coupons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fresh Coupons Fresh Coupons
ID pbnfeejfjlmmjfgnmmfpalhlpjidlgie
URL Chính Thức https://chromewebstore.google.com/detail/fresh-coupons/pbnfeejfjlmmjfgnmmfpalhlpjidlgie
Mô tả Automatically find and apply discount coupon codes for Udemy courses
Kích Thước Tệp 349 KB
Số Lần Cài Đặt 2,815
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2021-11-25
Ngày Phát Hành 2021-11-21
Đánh Giá 4.38/5 Tổng số 16 Đánh Giá
Nhà Phát Triển freshcoupons
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KajanM/fresh-coupons
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}