Aliexpress Coupons

Easy way to apply discount coupons on Aliexpress

Aliexpress Coupons क्या है?

Aliexpress Coupons Ali Cupons द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy way to apply discount coupons on Aliexpress"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aliexpress Coupons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}