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
公式URL 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
Eメール [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"
    ]
}