Coupon Codes for AliExpress

The Chrome extension that automatically finds discounts on AliExpress

What is Coupon Codes for AliExpress?

Coupon Codes for AliExpress is a Chrome extension developed by Julien Paglino, and its main feature is "The Chrome extension that automatically finds discounts on AliExpress".

Extension Screenshots

screenshot
screenshot
screenshot

Download Coupon Codes for AliExpress Extension CRX File

Download Coupon Codes for AliExpress 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

                        Coupon Codes for AliExpress is the new amazing Chrome extension that can search for available coupons and discounts offered by AliExpress sellers whilst you are browsing the store.
This personal shopping assistant will make you save a lot of money every time you make purchase in AliExpress.                    

Extension Basic Information

Name Coupon Codes for AliExpress Coupon Codes for AliExpress
ID aklgaklkaklpkbpbnfbflcckifpmeilo
Official URL https://chromewebstore.google.com/detail/coupon-codes-for-aliexpre/aklgaklkaklpkbpbnfbflcckifpmeilo
Description The Chrome extension that automatically finds discounts on AliExpress
File Size 181 KB
Installation Count 375
Current Version 1.1.3
Last Updated 2018-05-23
Publish Date 2018-05-22
Rating 1.00/5 Total 1 Ratings
Developer Julien Paglino
Email [email protected]
Payment Type free
Supported Languages en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/js\/currency.js",
            "\/js\/task-manager.js",
            "\/js\/app.js",
            "\/js\/background.js",
            "\/cs\/background-2.js",
            "\/cs\/background-3.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/img\/19x19.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "cs\/discovery-ali.js"
            ],
            "matches": [
                "*:\/\/www.aliexpress.com\/*",
                "*:\/\/best.aliexpress.com\/*",
                "*:\/\/sale.aliexpress.com\/*",
                "*:\/\/flashdeals.aliexpress.com\/*",
                "*:\/\/fr.aliexpress.com\/*",
                "*:\/\/es.aliexpress.com\/*",
                "*:\/\/ru.aliexpress.com\/*",
                "*:\/\/pt.aliexpress.com\/*",
                "*:\/\/it.aliexpress.com\/*",
                "*:\/\/de.aliexpress.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/style.css"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/js\/i18n.alias.js",
                "\/js\/affiliate.js",
                "\/js\/cs-aliexpress.js"
            ],
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "\/lib\/jquery.min.js",
                "\/js\/cs-store-iframe.js"
            ],
            "matches": [
                "http:\/\/*.aliexpress.com\/store\/sale-items\/*",
                "https:\/\/*.aliexpress.com\/store\/sale-items\/*",
                "https:\/\/s.click.aliexpress.com\/*",
                "https:\/\/s.click.aliexpress.com\/*",
                "http:\/\/sec.aliexpress.com\/query.htm*",
                "https:\/\/sec.aliexpress.com\/query.htm*",
                "http:\/\/cnsec.aliexpress.com\/query.htm*",
                "https:\/\/cnsec.aliexpress.com\/query.htm*",
                "https:\/\/login.aliexpress.com\/*",
                "http:\/\/login.aliexpress.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "cs\/discovery.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/ad.admitad.com\/*",
                "*:\/\/pafutos.com\/*",
                "*:\/\/*.pafutos.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "128": "\/img\/128x128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "AliExpress Coupons",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.1.3",
    "web_accessible_resources": [
        "img\/*"
    ]
}