Cently: Automatic Coupons + Cashback for Free

Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.

What is Cently: Automatic Coupons + Cashback for Free?

Cently: Automatic Coupons + Cashback for Free is a Chrome extension developed by https://couponfollow.com, and its main feature is "Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Cently: Automatic Coupons + Cashback for Free Extension CRX File

Download Cently: Automatic Coupons + Cashback for Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add Cently for free to save an average of $15 per purchase through automatically applied coupon codes. Plus, get cashback on thousands of popular shopping sites.
 
🛍️ Cently works at all of your favorite online stores
Shop confidently with the best promo codes for the most popular stores. Or, simply browse for deals on pizza, food delivery, travel, fashion, electronics, and home improvement.

⭐ Thousands of trusted reviews
Don't just take our word for it: check out 15,000+ 5-star reviews from real users, and read about our best money saving tips as reported by CNBC, CNET, Time Magazine, PC Mag, and US News

💰 Instant coupons and cashback on thousands of top shopping sites
Stop wasting your time with expired coupon codes. Let Cently apply the best promo codes and cashback offers, automatically searching through popular and hard-to-find coupons every time you shop online.

✅ Save with hidden deals on Amazon
Amazon shoppers have saved an average of 20% with Cently. We instantly check if you can get a better price from trusted third party sellers, including those offering Prime. 

💸 Browse our best available coupons for a specific store
Stop playing the "is it expired?" game, and save time by browsing a list of verified coupon codes from your favorite store.

----------------------------------------------  

If you have any questions at all please contact us directly at: https://support.couponfollow.com/ and we’ll help you out!

If you have any concerns please view our Terms of Service at https://couponfollow.com/docs/terms-of-use

Cently may earn a commission when you use one of our coupons/links to make a purchase.                    

Extension Basic Information

Name Cently: Automatic Coupons + Cashback for Free Cently: Automatic Coupons + Cashback for Free
ID kegphgaihkjoophpabchkmpaknehfamb
Official URL https://chromewebstore.google.com/detail/cently-automatic-coupons/kegphgaihkjoophpabchkmpaknehfamb
Description Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.
File Size 2.59 MB
Installation Count 193,392
Current Version 7.6.0
Last Updated 2024-01-27
Publish Date 2020-07-02
Rating 4.87/5 Total 15288 Ratings
Developer https://couponfollow.com
Email [email protected]
Payment Type free
Extension Website https://couponfollow.com/checkout
Help Page URL https://couponfollow.com/checkout/help
Privacy Policy Page URL https://couponfollow.com/checkout/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cently: Automatic Coupons + Cashback for Free",
    "description": "Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.",
    "version": "7.6.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/catc2-16.png",
        "48": "icons\/catc2-32.png",
        "64": "icons\/catc2-64.png",
        "128": "icons\/catc2-128.png"
    },
    "action": {
        "default_title": "Cently",
        "default_icon": {
            "128": "icons\/catc2-disabled-128.png"
        }
    },
    "permissions": [
        "storage",
        "alarms",
        "webRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "siteScript.js",
                "*.js.map",
                "*.css",
                "*.css.map",
                "fonts\/*",
                "images\/*",
                "merchantTermsPage.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}