LuckyCoupon - Discover hidden coupons

Automatically try common coupons at checkout when you shop online!

Τι είναι το LuckyCoupon - Discover hidden coupons;

Το LuckyCoupon - Discover hidden coupons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://getluckycoupon.com, και η κύρια λειτουργία του είναι "Automatically try common coupons at checkout when you shop online!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LuckyCoupon - Discover hidden coupons

Λήψη αρχείων επέκτασης LuckyCoupon - Discover hidden coupons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        LuckyCoupon is a free extension that automatically tries common coupons on every checkout for you while shopping online. 

How does it work?

1) Add in 2 seconds. It only takes 2 clicks to install LuckyCoupon!

2) Just shop like usual. You will get an alert when potential coupon codes are available. 

3) Save automatically. Unlike other coupon extensions like Honey, LuckyCoupon also tries the most common coupon codes to get you a discount. SALE20, 20OFF, WELCOME. You name it.

LuckyCoupon features 60,000+ stores around the world, including AliExpress, MyProtein, Etsy, Lenovo, ASOS and more.


Features

* Doesn't sell your data or computer resources
* Supported on over 60,000+ stores, new stores are added every day.
* Works without opening a new tab.
* Automatically apply the best coupon code that saves you the most.
* Get surprised by a hidden coupon!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LuckyCoupon - Discover hidden coupons LuckyCoupon - Discover hidden coupons
ID lbnjbdmhigeeajekonpjlifkbianmoke
Επίσημο URL https://chrome.google.com/webstore/detail/luckycoupon-discover-hidd/lbnjbdmhigeeajekonpjlifkbianmoke
Περιγραφή Automatically try common coupons at checkout when you shop online!
Μέγεθος Αρχείου 299 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.1.0.0
Τελευταία Ενημέρωση 2022-01-18
Ημερομηνία Δημοσίευσης 2022-01-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://getluckycoupon.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getluckycoupon.com
Διεύθυνση URL της Σελίδας Βοήθειας https://getluckycoupon.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://getluckycoupon.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LuckyCoupon - Discover hidden coupons",
    "version": "1.1.0.0",
    "manifest_version": 2,
    "description": "Automatically try common coupons at checkout when you shop online!",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/jquery-3.5.1.min.js",
            "src\/bg\/honeybadger.min.js",
            "src\/bg\/background.min.js",
            "src\/bg\/psl.min.js",
            "src\/bg\/inject.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "src\/content\/content.min.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "web_accessible_resources": [
        "src\/iframes\/*",
        "src\/jquery-3.5.1.min.js",
        "src\/bg\/honeybadger.min.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/@lottiefiles\/lottie-player@latest\/dist\/lottie-player.js https:\/\/*.lottiefiles.com\/* https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'"
}