Couponuts - Automatic Coupon & Voucher finder

Automatically finds coupons while you do shopping

Τι είναι το Couponuts - Automatic Coupon & Voucher finder;

Το Couponuts - Automatic Coupon & Voucher finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://couponuts.com, και η κύρια λειτουργία του είναι "Automatically finds coupons while you do shopping".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Couponuts - Automatic Coupon & Voucher finder

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

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

                        Do you want to save money shopping online? Couponuts automatically finds coupons while you do shopping. Now you no longer need to search for coupon codes on various websites.

Add Couponuts today and use our one-click solution to save money now! Download me and pin me to your browser’s toolbar. Easy! 

How it works?

1) Install extension and shop as usual.
2) At the shop page Couponuts extension pops up if it finds coupons.
3) Click “OK” and enjoy discounts!

Couponuts has 3 000+ stores around the globe including Walmart, Wish, Amazon, eBay, Shein, Aliexpress, Agoda, Booking.com and more…

Add couponuts to start saving money!

With Couponuts, the best automatic coupon finder, you can constantly find the best promo codes online and apply the best code to your purchase at checkout.

We don’t ask to register or login. This free Chrome add-on supports thousands of stores Worldwide.                    

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

Όνομα Couponuts - Automatic Coupon & Voucher finder Couponuts - Automatic Coupon & Voucher finder
ID dcddjkhomebafjbaleonddmfdbdagojb
Επίσημο URL https://chromewebstore.google.com/detail/couponuts-automatic-coupo/dcddjkhomebafjbaleonddmfdbdagojb
Περιγραφή Automatically finds coupons while you do shopping
Μέγεθος Αρχείου 547 KB
Αριθμός Εγκαταστάσεων 901
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2023-11-27
Ημερομηνία Δημοσίευσης 2021-08-09
Αξιολόγηση 5.00/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://couponuts.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://couponuts.com
URL της Σελίδας Πολιτικής Απορρήτου https://couponuts.com/pages/policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/couponuts.com",
    "minimum_chrome_version": "68",
    "icons": {
        "16": "images\/nut-16.png",
        "32": "images\/nut-32.png",
        "48": "images\/nut-48.png",
        "128": "images\/nut-128.png"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/nut-gray-128.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "templates\/*"
    ],
    "permissions": [
        "cookies",
        "storage",
        "geolocation",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self';"
}