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\/*"
            ]
        }
    ]
}