Fresh Coupons

Automatically find and apply discount coupon codes for Udemy courses

Co to jest Fresh Coupons?

Fresh Coupons to rozszerzenie Chrome opracowane przez freshcoupons, a jego główną funkcją jest „Automatically find and apply discount coupon codes for Udemy courses”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fresh Coupons

Pobierz pliki rozszerzeń Fresh Coupons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fresh Coupons Fresh Coupons
ID pbnfeejfjlmmjfgnmmfpalhlpjidlgie
Oficjalny URL https://chromewebstore.google.com/detail/fresh-coupons/pbnfeejfjlmmjfgnmmfpalhlpjidlgie
Opis Automatically find and apply discount coupon codes for Udemy courses
Rozmiar pliku 349 KB
Liczba instalacji 2,815
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2021-11-25
Data Publikacji 2021-11-21
Ocena 4.38/5 Łącznie 16 Oceny
Deweloper freshcoupons
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/KajanM/fresh-coupons
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}