Coupons for Chinese Shops
Automatically searching for coupons for items on BangGood and GearBest sites.
Hvad er Coupons for Chinese Shops?
Coupons for Chinese Shops er en Chrome-udvidelse udviklet af Jakub 'unknow' Mrugalski, og dens hovedfunktion er "Automatically searching for coupons for items on BangGood and GearBest sites.".
Udvidelsesskærmbilleder
Download Coupons for Chinese Shops-udvidelses-CRX-fil
Download Coupons for Chinese Shops-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nnfomhlhhddnhpfnhdgpngfobdoahkfl |
Officiel URL | https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl |
Beskrivelse | Automatically searching for coupons for items on BangGood and GearBest sites. |
Filstørrelse | 19.95 KB |
Antal Installationer | 129 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2019-08-21 |
Udgivelsesdato | 2019-08-21 |
Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
Udvikler | Jakub 'unknow' Mrugalski |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |