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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fresh Coupons

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}