Coupons for Chinese Shops
Automatically searching for coupons for items on BangGood and GearBest sites.
Wat is Coupons for Chinese Shops?
Coupons for Chinese Shops is een Chrome-extensie ontwikkeld door Jakub 'unknow' Mrugalski, en de belangrijkste functie is "Automatically searching for coupons for items on BangGood and GearBest sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coupons for Chinese Shops
Download Coupons for Chinese Shops-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nnfomhlhhddnhpfnhdgpngfobdoahkfl |
Officiële URL | https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl |
Beschrijving | Automatically searching for coupons for items on BangGood and GearBest sites. |
Bestandsgrootte | 19.95 KB |
Aantal Installaties | 129 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-08-21 |
Publicatiedatum | 2019-08-21 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Jakub 'unknow' Mrugalski |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |