DealsPlus Cashback & Coupons

Earn cashback & find the best coupons from your favorite stores

What is DealsPlus Cashback & Coupons?

DealsPlus Cashback & Coupons is a Chrome extension developed by https://www.dealsplus.com, and its main feature is "Earn cashback & find the best coupons from your favorite stores".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DealsPlus Cashback & Coupons Extension CRX File

Download DealsPlus Cashback & Coupons 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

                        Earn Cashback from your favorite stores & find the best coupons! Ready to save? It's Free!

The DealsPlus Extension is back and better than ever! With this extension, newly released coupons & offers are always at hand. Plus, you can activate the cashback feature with the touch of a button, without ever having to leave your page.

To start earning cashback, just create a free account; however, you do not need an account to take advantage of our coupons. Enjoy saving with this seamless shopping experience from DealsPlus.

By using this extension you agree to our EULA found at [http://dealspl.us/info/toolbareula](http://dealspl.us/info/toolbareula)                    

Extension Basic Information

Name DealsPlus Cashback & Coupons DealsPlus Cashback & Coupons
ID olplonfdcekbkpjnoeecfihlkfdkehbj
Official URL https://chromewebstore.google.com/detail/dealsplus-cashback-coupon/olplonfdcekbkpjnoeecfihlkfdkehbj
Description Earn cashback & find the best coupons from your favorite stores
File Size 211 KB
Installation Count 4,886
Current Version 2.0.4
Last Updated 2021-05-26
Publish Date 2019-06-18
Rating 4.83/5 Total 111 Ratings
Developer https://www.dealsplus.com
Email [email protected]
Payment Type free
Extension Website http://www.dealsplus.com
Help Page URL http://www.dealsplus.com/info/dp_tools/toolbar
Privacy Policy Page URL https://www.dealsplus.com/info/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DealsPlus Cashback & Coupons",
    "version": "2.0.4",
    "description": "Earn cashback &\u00a0find the best\u00a0coupons from your favorite stores",
    "icons": {
        "16": "asset\/img\/icon\/icon-16.png",
        "32": "asset\/img\/icon\/icon-32.png",
        "48": "asset\/img\/icon\/icon-48.png",
        "64": "asset\/img\/icon\/icon-64.png",
        "128": "asset\/img\/icon\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "",
        "cookies",
        "webRequest"
    ],
    "browser_action": {
        "default_title": "DP cashback extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/overlay.css"
            ],
            "js": [
                "content\/overlay.js"
            ],
            "run_at": "document_start",
            "match_about_blank": false
        }
    ],
    "web_accessible_resources": [
        "asset\/img\/*",
        "asset\/font\/icon\/*.css",
        "asset\/font\/icon\/fonts\/*"
    ]
}