auto-coupon

Auto apply amazon coupons

What is auto-coupon?

auto-coupon is a Chrome extension developed by mcdhaef, and its main feature is "Auto apply amazon coupons".

Extension Screenshots

screenshot
screenshot

Download auto-coupon Extension CRX File

Download auto-coupon 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

                        Auto-coupon is a super simple chrome extension that automatically applies amazon coupons when you navigate to a product page. Once on the page the extension will check for a coupon to be applied and do so without any need for action from the user. Amazon coupons are not automatically applied so most people don't know what they are missing.                    

Extension Basic Information

Name auto-coupon auto-coupon
ID jibjjgdhcgniaidglbmhledoeinekchd
Official URL https://chromewebstore.google.com/detail/auto-coupon/jibjjgdhcgniaidglbmhledoeinekchd
Description Auto apply amazon coupons
File Size 6.67 KB
Installation Count 63
Current Version 0.0.3
Last Updated 2022-04-10
Publish Date 2021-08-29
Rating 3.50/5 Total 2 Ratings
Developer mcdhaef
Email [email protected]
Payment Type in_app
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "auto-coupon",
    "description": "Auto apply amazon coupons",
    "version": "0.0.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}