Coupons for Chinese Shops

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

什么是Coupons for Chinese Shops?

Coupons for Chinese Shops是由Jakub 'unknow' Mrugalski开发的Chrome扩展程序,该扩展的主要功能是“Automatically searching for coupons for items on BangGood and GearBest sites.”。

扩展截图

screenshot
screenshot

下载Coupons for Chinese Shops扩展crx文件

下载Coupons for Chinese Shops扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Coupons for Chinese Shops Coupons for Chinese Shops
ID nnfomhlhhddnhpfnhdgpngfobdoahkfl
官方URL https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl
简介 Automatically searching for coupons for items on BangGood and GearBest sites.
文件大小 19.95 KB
安装次数 129
当前版本 0.0.1
更新时间 2019-08-21
上架时间 2019-08-21
评分 3.67/5 共6次评分
开发者 Jakub 'unknow' Mrugalski
付费类型 free
支持的语言 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"
    }
}