Coupons for Chinese Shops

Automatically searching for coupons for items on BangGood and GearBest sites.

What is Coupons for Chinese Shops?

Coupons for Chinese Shops is a Chrome extension developed by Jakub 'unknow' Mrugalski, and its main feature is "Automatically searching for coupons for items on BangGood and GearBest sites.".

Extension Screenshots

screenshot
screenshot

Download Coupons for Chinese Shops Extension CRX File

Download Coupons for Chinese Shops extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension searches COUPONS for GearBest and BangGood shops.
It tracks which item are you viewing and display codes for them - no additional action is required.

Sometimes, extension display multiple coupons (like 3-4) and you have to check which one is still working.                    

Extension Basic Information

Name Coupons for Chinese Shops Coupons for Chinese Shops
ID nnfomhlhhddnhpfnhdgpngfobdoahkfl
Official URL https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl
Description Automatically searching for coupons for items on BangGood and GearBest sites.
File Size 19.95 KB
Installation Count 129
Current Version 0.0.1
Last Updated 2019-08-21
Publish Date 2019-08-21
Rating 3.67/5 Total 6 Ratings
Developer Jakub 'unknow' Mrugalski
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coupons for Chinese Shops",
    "version": "0.0.1",
    "manifest_version": 2,
    "author": "Jakub 'unknow' Mrugalski",
    "description": "Automatically searching for coupons for items on BangGood and GearBest sites.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.gearbest.com\/*",
                "*:\/\/pl.gearbest.com\/*",
                "*:\/\/www.banggood.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "chiny.png"
    }
}