Aliexpress Coupons

Easy way to apply discount coupons on Aliexpress

什麼是Aliexpress Coupons?

Aliexpress Coupons是由Ali Cupons開發的Chrome擴展程式,該擴展的主要功能是“Easy way to apply discount coupons on Aliexpress”。

擴展截圖

screenshot
screenshot

下載Aliexpress Coupons擴展crx文件

下載Aliexpress Coupons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension tries to apply all available discount coupons for AliExpress ™ checkout page.
Never miss an opportunity to apply a discount for your purchases on the favorite website!
There are tons of coupons for AliExpress ™. Many of them do not work at all. It is exhausting to try them all. This extension solves this issue!

By installing the Ali Coupons Chrome extension, you accept the terms of the «User Agreement» and allow redirecting you to the links of the affiliate program AliExpress. 


*Ali, Ali Express and AliExpress is a trademark of Alibaba Group Holding Limited. Use of this trademark is subject to AliExpress Affiliate Program Service Agreement.                    

擴展基本資訊

名稱 Aliexpress Coupons Aliexpress Coupons
ID bhcdnkhpbgbkhebemnifijfibpofflga
官方網址 https://chromewebstore.google.com/detail/aliexpress-coupons/bhcdnkhpbgbkhebemnifijfibpofflga
簡介 Easy way to apply discount coupons on Aliexpress
檔案大小 38.02 KB
安裝次數 15,191
目前版本 1.0.0.1
更新時間 2022-03-26
上架時間 2021-10-23
評分 4.92/5 共 12 次評分
開發者 Ali Cupons
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://bit.ly/3Iz8LKB
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/icon128.png",
        "default_popup": "\/default_popup\/popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.0.0.1",
    "web_accessible_resources": [
        "\/img\/loading.gif"
    ]
}