Sugar: Coupon Codes & Deals

Sugar for sweet shopping, find and apply discount codes and coupons automatically at your favorite online stores.

What is Sugar: Coupon Codes & Deals?

Sugar: Coupon Codes & Deals is a Chrome extension developed by https://sugar.promo, and its main feature is "Sugar for sweet shopping, find and apply discount codes and coupons automatically at your favorite online stores.".

Extension Screenshots

screenshot
screenshot

Download Sugar: Coupon Codes & Deals Extension CRX File

Download Sugar: Coupon Codes & Deals 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

                        Find and apply coupon codes and enjoy sweet shopping with Sugar                    

Extension Basic Information

Name Sugar: Coupon Codes & Deals Sugar: Coupon Codes & Deals
ID jbnkeppmbhmkcfknlmcmdknoakllalod
Official URL https://chromewebstore.google.com/detail/sugar-coupon-codes-deals/jbnkeppmbhmkcfknlmcmdknoakllalod
Description Sugar for sweet shopping, find and apply discount codes and coupons automatically at your favorite online stores.
File Size 1.2 MB
Installation Count 19
Current Version 6.08
Last Updated 2021-08-19
Publish Date 2021-04-15
Rating 3.86/5 Total 7 Ratings
Developer https://sugar.promo
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.privacypolicygenerator.info/live.php?token=3aBzvIpEY9wdtVEJ9f25y4qAlTaXqkkF
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "name": "Sugar: Coupon Codes & Deals",
    "description": "Sugar for sweet shopping, find and apply discount codes and coupons automatically at your favorite online stores.",
    "version": "6.08",
    "permissions": [
        "storage",
        "",
        "cookies",
        "webNavigation"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png"
        },
        "default_title": "Sugar: Coupon Codes & Deals"
    },
    "icons": {
        "128": "images\/sugar-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "content.js",
        "*.png",
        "*.gif"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'",
    "oauth2": {
        "client_id": "jbnkeppmbhmkcfknlmcmdknoakllalod",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArZaeSTs\/lDOITLclVjk739QjqU2ww0DjWnPqL8sKi2mofnmsbFTsNcRyz6vw\/J7uenldHUc6h1kp1C+g0TnTKMhnusXRfn5g6lguzfxMnnhYleCgZMK8RYIschFItOov\/gh5N2xF0fX\/qmdGhzqa\/4tPjnQ09G\/WkblGEHeT4ah4EMDUBesaWGKdPjllWCus2Tpo3\/BgXpcjflZ9VAdtr7NPL2ARO4Em1XKzp5CfWovoouwKaewoBOXfPkYROIktBzHf73ZxpGQnLi9ZK94V2p1qjNgk4NmoJ9Tb9G\/cJVMIyN2hgO2EIVSuS3w72Vm1fGtWiOk2WkG4XSCverbedQIDAQAB"
}