Moolah - Automatic Coupon Hunter

Automatically find coupon codes and apply the best one to your cart!

Τι είναι το Moolah - Automatic Coupon Hunter;

Το Moolah - Automatic Coupon Hunter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://joinmoolah.com, και η κύρια λειτουργία του είναι "Automatically find coupon codes and apply the best one to your cart!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Moolah - Automatic Coupon Hunter

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

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

                        Today, add Moolah to your browser and use our one-click solution to save money now!

Automatically finds, test coupons and applies the best coupon code at checkout as you shop online and gives you reward points, which can be redeemed for cash via PayPal or gift cards.

Nowadays, you no longer need to search for coupon codes. 

Moolah, one of the best automatic coupon finder extensions, you can constantly find the best promo codes online and automatically apply the best code to your shopping cart at checkout.

Available at 60,000+ stores and counting in 2023
Including Walmart coupons, Expedia coupons, Kohl’s coupons, Wayfair promo codes and more!

Save time and money, install Moolah for FREE today!
By installing the Moolah Chrome extension, you agree to the terms of use & privacy policy.
Terms of Use: https://www.joinmoolah.com/terms-conditions
Privacy Policy: https://www.joinmoolah.com/privacy-policy                    

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

Όνομα Moolah - Automatic Coupon Hunter Moolah - Automatic Coupon Hunter
ID gdnhngmilhhebigaokmniikdlcjbcbhg
Επίσημο URL https://chromewebstore.google.com/detail/moolah-automatic-coupon-h/gdnhngmilhhebigaokmniikdlcjbcbhg
Περιγραφή Automatically find coupon codes and apply the best one to your cart!
Μέγεθος Αρχείου 4.12 MB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.5.0
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2021-02-22
Αξιολόγηση 4.78/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής https://joinmoolah.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.joinmoolah.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.joinmoolah.com/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,zh-CN,zh-TW
manifest.json
{
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_title": "Automatically find coupon codes and apply the best one to your cart!"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/contentScripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/css\/google-ser.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "injectScripts.js",
        "assets\/*",
        "css\/*",
        "fonts\/*"
    ],
    "icons": {
        "16": "assets\/logo-16x16.png",
        "32": "assets\/logo-32x32.png",
        "64": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies",
        "webRequestBlocking",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.5.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_deft_desc__",
    "name": "__MSG_ext_name__",
    "default_locale": "en"
}