Coupon Codes for AliExpress

The Chrome extension that automatically finds discounts on AliExpress

Coupon Codes for AliExpress là gì?

Coupon Codes for AliExpress là một tiện ích mở rộng Chrome được phát triển bởi Julien Paglino, và tính năng chính của nó là "The Chrome extension that automatically finds discounts on AliExpress".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coupon Codes for AliExpress

Tải xuống các tệp mở rộng Coupon Codes for AliExpress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coupon Codes for AliExpress Coupon Codes for AliExpress
ID aklgaklkaklpkbpbnfbflcckifpmeilo
URL Chính Thức https://chromewebstore.google.com/detail/coupon-codes-for-aliexpre/aklgaklkaklpkbpbnfbflcckifpmeilo
Mô tả The Chrome extension that automatically finds discounts on AliExpress
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 375
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2018-05-23
Ngày Phát Hành 2018-05-22
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Julien Paglino
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}