Coupon Codes for AliExpress

The Chrome extension that automatically finds discounts on AliExpress

Wat is Coupon Codes for AliExpress?

Coupon Codes for AliExpress is een Chrome-extensie ontwikkeld door Julien Paglino, en de belangrijkste functie is "The Chrome extension that automatically finds discounts on AliExpress".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Coupon Codes for AliExpress

Download Coupon Codes for AliExpress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Coupon Codes for AliExpress Coupon Codes for AliExpress
ID aklgaklkaklpkbpbnfbflcckifpmeilo
Officiële URL https://chromewebstore.google.com/detail/coupon-codes-for-aliexpre/aklgaklkaklpkbpbnfbflcckifpmeilo
Beschrijving The Chrome extension that automatically finds discounts on AliExpress
Bestandsgrootte 181 KB
Aantal Installaties 375
Huidige Versie 1.1.3
Laatst Bijgewerkt 2018-05-23
Publicatiedatum 2018-05-22
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Julien Paglino
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}