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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}