Coupons for Chinese Shops

Coupons for Chinese Shops

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

Merlin
Additional files are visible only to premium users

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"
  }
}