AliExpress Discounts - Daily Super Deals

Get Live AliExpress Discount and Promo Codes.

Qu'est-ce que AliExpress Discounts - Daily Super Deals ?

AliExpress Discounts - Daily Super Deals est une extension Chrome développée par Saxsos Inc, et sa fonction principale est "Get Live AliExpress Discount and Promo Codes.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AliExpress Discounts - Daily Super Deals

Téléchargez les fichiers d'extension AliExpress Discounts - Daily Super Deals au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AliExpress Discounts - Daily Super Deals AliExpress Discounts - Daily Super Deals
ID jbiilcffbgbjiniljgggpdghjanefeji
URL Officiel https://chromewebstore.google.com/detail/aliexpress-discounts-dail/jbiilcffbgbjiniljgggpdghjanefeji
Description Get Live AliExpress Discount and Promo Codes.
Taille du Fichier 1.89 MB
Nombre d'Installations 359
Version Actuelle 1.5.3
Dernière Mise à Jour 2021-11-04
Date de Publication 2016-12-24
Évaluation 5.00/5 Total 4 Évaluations
Développeur Saxsos Inc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.saxsos.xyz/
URL de la Page d'Aide https://www.saxsos.xyz/p/contact-us.html
URL de la Page de Politique de Confidentialité https://leadstal.com/privacy-policy
Langues Prises en Charge 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"
    ]
}