AliExpress Discounts - Daily Super Deals

Get Live AliExpress Discount and Promo Codes.

What is AliExpress Discounts - Daily Super Deals?

AliExpress Discounts - Daily Super Deals is a Chrome extension developed by Saxsos Inc, and its main feature is "Get Live AliExpress Discount and Promo Codes.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download AliExpress Discounts - Daily Super Deals Extension CRX File

Download AliExpress Discounts - Daily Super 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

                        The AliExpress Discounts Chrome extension is one of the best shopping extension for Aliexpress users that find discounts on AliExpress in automatically.
This AliExpress Discounts Chrome extension will search for available coupons and discounts whilst you are browsing the store and will ensure you save dollars and get the best deals and discounts every time you make a purchase on AliExpress.

How to Find Aliexpress coupon codes that work with AliExpress Discounts?
Just install the extension and on every product page, it will automatically start searching for the best coupons and discounts available. When an offer is detected a discount box will appear with instructions on how to grab it.

Does AliExpress Discounts helps to find an Aliexpress coupon for new users?
This tool is completely free to new or old Aliexperss users. So anyone can install it on their Chrome browser to save money.

Why Do You Need This AliExpress Coupon Tool for Chrome?
AliExpress’s coupons and discounts can be a bit confusing and hard to understand, it is for this reason why many people don’t take full advantage of them. However, thanks to this free extension you will be able to save dollars on many of your purchases, especially on the products that are in the medium to high price range.
So, Feel free to use our Aliexpress coupon code generator.
Thank You.                    

Extension Basic Information

Name AliExpress Discounts - Daily Super Deals AliExpress Discounts - Daily Super Deals
ID jbiilcffbgbjiniljgggpdghjanefeji
Official URL https://chromewebstore.google.com/detail/aliexpress-discounts-dail/jbiilcffbgbjiniljgggpdghjanefeji
Description Get Live AliExpress Discount and Promo Codes.
File Size 1.89 MB
Installation Count 359
Current Version 1.5.3
Last Updated 2021-11-04
Publish Date 2016-12-24
Rating 5.00/5 Total 4 Ratings
Developer Saxsos Inc
Email [email protected]
Payment Type free
Extension Website https://www.saxsos.xyz/
Help Page URL https://www.saxsos.xyz/p/contact-us.html
Privacy Policy Page URL https://leadstal.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliExpress Discounts - Daily Super Deals",
    "description": "Get Live AliExpress Discount and Promo Codes.",
    "version": "1.5.3",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.couponfollow.com\/site\/aliexpress.com"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "AliExpress Coupons",
        "default_icon": {
            "16": "img\/128.png",
            "32": "img\/128.png",
            "48": "img\/128.png",
            "64": "img\/128.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/128.png",
        "32": "img\/128.png",
        "48": "img\/128.png",
        "64": "img\/128.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "visual\/index.html"
    ],
    "permissions": [
        "*:\/\/*.couponfollow.com\/site\/aliexpress.com",
        "*:\/\/*.aliexpress.com\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}