Coupons for Chinese Shops
Automatically searching for coupons for items on BangGood and GearBest sites.
Co to jest Coupons for Chinese Shops?
Coupons for Chinese Shops to rozszerzenie Chrome opracowane przez Jakub 'unknow' Mrugalski, a jego główną funkcją jest „Automatically searching for coupons for items on BangGood and GearBest sites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Coupons for Chinese Shops
Pobierz pliki rozszerzeń Coupons for Chinese Shops w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nnfomhlhhddnhpfnhdgpngfobdoahkfl |
Oficjalny URL | https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl |
Opis | Automatically searching for coupons for items on BangGood and GearBest sites. |
Rozmiar pliku | 19.95 KB |
Liczba instalacji | 129 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-08-21 |
Data Publikacji | 2019-08-21 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | Jakub 'unknow' Mrugalski |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |